aboutsummaryrefslogtreecommitdiff
path: root/expr.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-02-22 12:25:50 -0800
committerMichael Forney <mforney@mforney.org>2019-02-22 12:25:50 -0800
commit2cbd75bbab472b6861dc0ae806e41cf139518fe6 (patch)
tree15435cabe49771c07664df83824297cfa3d9f008 /expr.h
parentf2a079fa1a94b6a99e7ce432b6df17fdb4c9b554 (diff)
Implement __builtin_alloca
Diffstat (limited to 'expr.h')
-rw-r--r--expr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/expr.h b/expr.h
index a6cac6d..f3ccd69 100644
--- a/expr.h
+++ b/expr.h
@@ -81,6 +81,7 @@ struct expression {
BUILTINVASTART,
BUILTINVAARG,
BUILTINVAEND,
+ BUILTINALLOCA,
} kind;
struct expression *arg;
} builtin;