Parse forward definiton of structs.
Michael Meskes <meskes@postgresql.org>
Parse forward definiton of structs.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +4 −0 |
| src/interfaces/ecpg/preproc/pgc.l | modified | +3 −91 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +75 −28 |
| src/interfaces/ecpg/preproc/type.c | modified | +8 −3 |
| src/interfaces/ecpg/preproc/type.h | modified | +6 −0 |
| src/interfaces/ecpg/preproc/variable.c | modified | +67 −17 |