diff options
Diffstat (limited to 'ast.c')
| -rw-r--r-- | ast.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -195,6 +195,9 @@ enum AstNodeKind { AstNodeKind_union_decl, AstNodeKind_union_def, AstNodeKind_union_member, + + // Intermediate ASTs: they are used only in parsing, not for parse result. + AstNodeKind_declarator, }; typedef enum AstNodeKind AstNodeKind; |
