aboutsummaryrefslogtreecommitdiff
path: root/decl.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-02-19 17:49:43 -0800
committerMichael Forney <mforney@mforney.org>2019-02-19 17:49:43 -0800
commitf326044f9fc4ef7e182603e8686dde3f12da42dd (patch)
tree501aa8008e0f3bbdbcdb207d75aba6d0eba9f9f5 /decl.h
parent5e668f124cdaccb38cf2a879ccf456c971743136 (diff)
Implement __builtin_va_copy
Diffstat (limited to 'decl.h')
-rw-r--r--decl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/decl.h b/decl.h
index 024d78a..db3a956 100644
--- a/decl.h
+++ b/decl.h
@@ -28,6 +28,7 @@ struct function;
extern struct declaration builtinvalist;
extern struct declaration builtinvastart;
extern struct declaration builtinvaarg;
+extern struct declaration builtinvacopy;
extern struct declaration builtinvaend;
extern struct declaration builtinoffsetof;