diff options
Diffstat (limited to 'decl.h')
-rw-r--r-- | decl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ struct declaration { struct scope; struct function; -extern struct declaration builtinvastart, builtinvaend, builtinoffsetof; +extern struct declaration builtinvastart, builtinvaarg, builtinvaend, builtinoffsetof; struct declaration *mkdecl(enum declarationkind, struct type *, enum linkage); _Bool decl(struct scope *, struct function *); |