diff options
Diffstat (limited to 'cc.h')
-rw-r--r-- | cc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -518,7 +518,7 @@ struct type *stringconcat(struct stringlit *, bool); struct expr *expr(struct scope *); struct expr *assignexpr(struct scope *); -struct expr *evalexpr(struct scope *); +struct expr *condexpr(struct scope *); unsigned long long intconstexpr(struct scope *, bool); void delexpr(struct expr *); |