aboutsummaryrefslogtreecommitdiff
path: root/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'expr.h')
-rw-r--r--expr.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/expr.h b/expr.h
index f3ccd69..7de6635 100644
--- a/expr.h
+++ b/expr.h
@@ -77,12 +77,7 @@ struct expression {
struct expression *exprs;
} comma;
struct {
- enum {
- BUILTINVASTART,
- BUILTINVAARG,
- BUILTINVAEND,
- BUILTINALLOCA,
- } kind;
+ int kind;
struct expression *arg;
} builtin;
struct value *temp;