diff options
Diffstat (limited to 'expr.h')
-rw-r--r-- | expr.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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; |