diff options
-rw-r--r-- | expr.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -91,5 +91,4 @@ struct expression *assignexpr(struct scope *); uint64_t intconstexpr(struct scope *, _Bool); void delexpr(struct expression *); -void exprpromote(struct expression **); // XXX: move to type struct expression *exprconvert(struct expression *, struct type *); |