diff options
Diffstat (limited to 'expr.h')
-rw-r--r-- | expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ struct scope; struct expression *expr(struct scope *); struct expression *assignexpr(struct scope *); -uint64_t intconstexpr(struct scope *); +uint64_t intconstexpr(struct scope *, _Bool); void delexpr(struct expression *); void exprpromote(struct expression **); // XXX: move to type |