From eebe59a7e3a8ff255ebde71b0aa89e9ade58d4aa Mon Sep 17 00:00:00 2001 From: Teddy Date: Wed, 26 Mar 2014 03:38:14 +0800 Subject: ... --- ast.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ast.h') diff --git a/ast.h b/ast.h index 5324cda..77d2c9b 100644 --- a/ast.h +++ b/ast.h @@ -32,7 +32,7 @@ typedef struct CNode { DECL, /* declaration */ DECLR, /* declarator */ DECLRS, - INIT_DECLR, + INIT_DECLR, INIT_DECLRS, INITR, /* initializer */ TYPE_SPEC, @@ -74,7 +74,7 @@ typedef struct CNode { CNode *cnode_add_loc(CNode *node, YYLTYPE loc); CNode *cnode_create_ast(CNode *wrapped); CNode *cnode_create_nop(); -CNode *cnode_create_general(int type, int subtype, int pnum, va_list ap); +CNode *cnode_create_general(int type, int subtype, int pnum, va_list ap); CNode *cnode_list_append(CNode *list, CNode *tail); CNode *cnode_list_wrap(int type, CNode *list); -- cgit v1.2.3