aboutsummaryrefslogtreecommitdiff
path: root/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'expr.h')
-rw-r--r--expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/expr.h b/expr.h
index 7de6635..8e7aa4c 100644
--- a/expr.h
+++ b/expr.h
@@ -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