diff options
Diffstat (limited to 'ast.h')
-rw-r--r-- | ast.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ typedef struct CNode { INITR, /* initializer */ TYPE_SPEC, FIELD, /* struct-or-union field */ + FIELDS, PLAIN_DECL, DECLS, FUNCS, |