From: Michael Meskes <meskes@topsystem.de>
Marc G. Fournier <scrappy@hub.org>
From: Michael Meskes <meskes@topsystem.de> No more shift/reduce conflicts. Also all other bugs I know about are fixed.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +9 −0 |
| src/interfaces/ecpg/include/ecpglib.h | modified | +2 −2 |
| src/interfaces/ecpg/include/ecpgtype.h | modified | +2 −0 |
| src/interfaces/ecpg/lib/ecpglib.c | modified | +4 −4 |
| src/interfaces/ecpg/lib/Makefile.in | modified | +12 −6 |
| src/interfaces/ecpg/preproc/ecpg.c | modified | +1 −3 |
| src/interfaces/ecpg/preproc/pgc.l | modified | +7 −0 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +39 −15 |
| src/interfaces/ecpg/preproc/type.c | modified | +1 −0 |
| src/interfaces/ecpg/test/mm.sql | modified | +0 −8 |
| src/interfaces/ecpg/test/perftest.pgc | modified | +71 −30 |
| src/interfaces/ecpg/test/test2.pgc | modified | +10 −16 |
| src/interfaces/ecpg/TODO | modified | +1 −0 |