diff options
Diffstat (limited to 'awkgram.y')
-rw-r--r-- | awkgram.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1717,7 +1717,7 @@ non_post_simp_exp } else { if (do_optimize && $2->nexti == $2->lasti && $2->nexti->opcode == Op_push_i - && ($2->nexti->memory->flags & (MPFN|MPZN)) == 0 + && ($2->nexti->memory->flags & (MPFN|MPZN|INTLSTR)) == 0 ) { NODE *n = $2->nexti->memory; if ((n->flags & STRING) != 0) { |