From: Michael Meskes <meskes@topsystem.de>
Marc G. Fournier <scrappy@hub.org>
From: Michael Meskes <meskes@topsystem.de> Here's my next patch. this one should fix some more bugs. ecpg now fully understands the whenever statement.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +9 −0 |
| src/interfaces/ecpg/include/ecpglib.h | modified | +5 −0 |
| src/interfaces/ecpg/lib/ecpglib.c | modified | +8 −1 |
| src/interfaces/ecpg/preproc/ecpg.c | modified | +17 −2 |
| src/interfaces/ecpg/preproc/extern.h | modified | +1 −1 |
| src/interfaces/ecpg/preproc/pgc.l | modified | +34 −13 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +124 −18 |
| src/interfaces/ecpg/preproc/type.c | modified | +14 −0 |
| src/interfaces/ecpg/preproc/type.h | modified | +16 −0 |
| src/interfaces/ecpg/test/test2.pgc | modified | +10 −14 |
| src/interfaces/ecpg/TODO | modified | +4 −2 |