Use enum type for expr->builtin.kind
1 files changed, 1 insertions(+), 1 deletions(-) M cc.h
M cc.h => cc.h +1 -1
@@ 353,7 353,7 @@ struct expr { struct expr *exprs; } comma; struct { - int kind; + enum builtinkind kind; struct expr *arg; } builtin; struct value *temp;