Commit 70fb71f4 authored by Michael Meskes's avatar Michael Meskes

- Synced preproc.y with gram.y

- Fixed one bug in structure handling resulting in using sizeof indicator instead of variable.
parent 3cf2d9cc
...@@ -1231,6 +1231,12 @@ Thu Mar 21 08:25:08 CET 2002 ...@@ -1231,6 +1231,12 @@ Thu Mar 21 08:25:08 CET 2002
- Applied patch by Nicolas Bazin <nbazin@ingenico.com.au> for improved - Applied patch by Nicolas Bazin <nbazin@ingenico.com.au> for improved
typedef handling. typedef handling.
- Added option '-c' to automatically create C typedef from SQL one. - 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 ecpg version to 2.10.0.
- Set library version to 3.4.0. - Set library version to 3.4.0.
This diff is collapsed.
...@@ -90,6 +90,7 @@ struct this_type ...@@ -90,6 +90,7 @@ struct this_type
char *type_str; char *type_str;
int type_dimension; int type_dimension;
int type_index; int type_index;
int type_sizeof;
}; };
struct _include_path struct _include_path
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment