- Synced preproc.y with gram.y

- Fixed one bug in structure handling resulting in using sizeof indicator instead of variable.
This commit is contained in:
Michael Meskes 2002-04-14 08:59:16 +00:00
parent 3cf2d9cc23
commit 70fb71f487
3 changed files with 280 additions and 160 deletions

View File

@ -1231,6 +1231,12 @@ Thu Mar 21 08:25:08 CET 2002
- Applied patch by Nicolas Bazin <nbazin@ingenico.com.au> for improved
typedef handling.
- Added option '-c' to automatically create C typedef from SQL one.
Sun Apr 14 10:53:14 CEST 2002
- Fixed one bug in structure handling resulting in using sizeof
indicator instead of variable.
- Synced preproc.y with gram.y.
- Set ecpg version to 2.10.0.
- Set library version to 3.4.0.

File diff suppressed because it is too large Load Diff

View File

@ -90,6 +90,7 @@ struct this_type
char *type_str;
int type_dimension;
int type_index;
int type_sizeof;
};
struct _include_path