提交 70fb71f4 编写于 作者: M Michael Meskes

- Synced preproc.y with gram.y

- Fixed one bug in structure handling resulting in using sizeof indicator instead of variable.
上级 3cf2d9cc
......@@ -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.
......@@ -90,6 +90,7 @@ struct this_type
char *type_str;
int type_dimension;
int type_index;
int type_sizeof;
};
struct _include_path
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册