diff options
| author | 2023-05-28 09:17:02 +0200 | |
|---|---|---|
| committer | 2023-05-28 09:17:02 +0200 | |
| commit | 0be496ba1ca5695091494576fb18e4368789b491 (patch) | |
| tree | fc61ddfe2f0f1d4a602175f158ca48c8037768fa /eval.c | |
| parent | 0f53520c5ee5f07ec2ba0361172fd72bd1456ad4 (diff) | |
cleanup
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); } |