aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-03-25 21:50:31 +0800
committerTeddy <ted.sybil@gmail.com>2014-03-25 21:50:31 +0800
commite9c783cec3496c3b84681ce162f6133bec8a709d (patch)
treefa1063ba1eb69cd3e560c69f0bc9e6368b4a90ce /ast.h
parentbebc7300ad6987e76db8fca785a83123ba08a927 (diff)
fixed bugs: str and char const recogn; fields wrapping
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,