diff options
Diffstat (limited to 'symbol.h')
| -rw-r--r-- | symbol.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -112,6 +112,7 @@ struct decl_state { unsigned char prefer_abstract; unsigned char autotype; unsigned char forced; + unsigned char packed; }; struct pseudo; @@ -192,6 +193,7 @@ struct symbol { accessed:1, builtin:1, torename:1, + packed:1, transparent_union:1; int rank:3; // arithmetic's rank struct expression *array_size; |
