aboutsummaryrefslogtreecommitdiff
path: root/decl.h
diff options
context:
space:
mode:
Diffstat (limited to 'decl.h')
-rw-r--r--decl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/decl.h b/decl.h
index 4b3ef20..3e3c5af 100644
--- a/decl.h
+++ b/decl.h
@@ -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 *);