diff options
Diffstat (limited to 'src/ast.h')
| -rw-r--r-- | src/ast.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -310,6 +310,9 @@ typedef struct { typedef struct { const char* name; + bool is_bitfield; + int bitfield_offset; + int bitfield_width; } StructMemberNode; typedef struct { |
