diff options
Diffstat (limited to 'src/lower.c')
| -rw-r--r-- | src/lower.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lower.c b/src/lower.c index 9ad9a53..50e7ef8 100644 --- a/src/lower.c +++ b/src/lower.c @@ -625,7 +625,8 @@ static int lower_binop(struct lower_state *s, struct ast *i, return 0; } -static int lower_comparison(struct lower_state *s, struct ast *i, struct vec *retval) +static int lower_comparison(struct lower_state *s, struct ast *i, + struct vec *retval) { /* very similar to lower_binop, hmm */ struct vec l = retval_create(); |
