From e367f7db025eabd57d0c150e1072cb2ead724f5c Mon Sep 17 00:00:00 2001 From: Teddy Date: Sat, 12 Apr 2014 23:21:00 +0800 Subject: remove redundant code in typedef handling --- ast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ast.h') diff --git a/ast.h b/ast.h index a886c2e..11fdf04 100644 --- a/ast.h +++ b/ast.h @@ -60,7 +60,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_nop(void); 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