aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ast.h b/ast.h
index eaed761..5324cda 100644
--- a/ast.h
+++ b/ast.h
@@ -37,6 +37,7 @@ typedef struct CNode {
INITR, /* initializer */
TYPE_SPEC,
FIELD, /* struct-or-union field */
+ FIELDS,
PLAIN_DECL,
DECLS,
FUNCS,