diff options
Diffstat (limited to 'cc.h')
-rw-r--r-- | cc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -172,6 +172,7 @@ struct bitfield { struct member { char *name; struct type *type; + enum typequal qual; uint64_t offset; struct bitfield bits; struct member *next; |