aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ast.h b/src/ast.h
index f1405c6..f12fd83 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -311,6 +311,9 @@ typedef struct {
typedef struct {
const char* name;
+ bool is_bitfield;
+ int bitfield_offset;
+ int bitfield_width;
} StructMemberNode;
typedef struct {