diff options
Diffstat (limited to 'eval.c')
| -rw-r--r-- | eval.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -195,6 +195,7 @@ binop(struct expr *ex, enum evalmode mode) default: return 0; #undef ef } + return numcast(ex->ty.t, ex, lhs); } |