diff options
| -rw-r--r-- | pez.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3161,7 +3161,6 @@ binexpr(Comp *cm, char okind, bool (*prev)(Comp *)) } TRY(flushconst(cm)); - has_lk = 0; TRY(prev(cm)); cm->lvalue = 0; if (has_lk && cm->has_k) { // lhs and rhs constant? |