diff options
-rw-r--r-- | cc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -353,7 +353,7 @@ struct expr { struct expr *exprs; } comma; struct { - int kind; + enum builtinkind kind; struct expr *arg; } builtin; struct value *temp; |