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