1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00

- 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

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