diff options
Diffstat (limited to 'expr.h')
-rw-r--r-- | expr.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -92,7 +92,6 @@ struct scope; struct expression *expr(struct scope *); struct expression *assignexpr(struct scope *); -struct expression *constexpr(struct scope *); uint64_t intconstexpr(struct scope *); void delexpr(struct expression *); |