aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-12-14 18:15:41 +0200
committerArnold D. Robbins <arnold@skeeve.com>2017-12-14 18:15:41 +0200
commitf48a559e74daf1ad48513988b39d8be6c557c567 (patch)
treeeb9e774659226216c33c524ea3df87211d4cff07 /awkgram.c
parent10bbe21f972b46f7fcc1e4146cfb63ba3c3b816a (diff)
parent816fa39d6f697d60030365483d3baa5bacda98e5 (diff)
downloadegawk-f48a559e74daf1ad48513988b39d8be6c557c567.tar.gz
egawk-f48a559e74daf1ad48513988b39d8be6c557c567.tar.bz2
egawk-f48a559e74daf1ad48513988b39d8be6c557c567.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'awkgram.c')
-rw-r--r--awkgram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/awkgram.c b/awkgram.c
index 5b1679c7..d79d21e2 100644
--- a/awkgram.c
+++ b/awkgram.c
@@ -3842,7 +3842,7 @@ regular_print:
} else {
if (do_optimize && (yyvsp[0])->nexti == (yyvsp[0])->lasti
&& (yyvsp[0])->nexti->opcode == Op_push_i
- && ((yyvsp[0])->nexti->memory->flags & (MPFN|MPZN)) == 0
+ && ((yyvsp[0])->nexti->memory->flags & (MPFN|MPZN|INTLSTR)) == 0
) {
NODE *n = (yyvsp[0])->nexti->memory;
if ((n->flags & STRING) != 0) {