summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-02-22 03:09:55 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-02-22 03:09:55 +0000
commit611e57134ef8720264c53f5e0589f41461af4dcb (patch)
tree7901de389646fca2b4f19dc03c78c679f294afa4 /op.c
parent6ad2b1bc3b01dc0cbc9f3d6840532b8e64de9f53 (diff)
parent2a321948466e7bb48bfd30dd6612a9a479df612a (diff)
downloadperl-611e57134ef8720264c53f5e0589f41461af4dcb.tar.gz
[asperl] integrate latest win32 branch
p4raw-id: //depot/asperl@569
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/op.c b/op.c
index fae24f82ca..c0b1124d30 100644
--- a/op.c
+++ b/op.c
@@ -4830,6 +4830,8 @@ peep(register OP *o)
case OP_AND:
case OP_OR:
o->op_seq = op_seqmax++;
+ while (cLOGOP->op_other->op_type == OP_NULL)
+ cLOGOP->op_other = cLOGOP->op_other->op_next;
peep(cLOGOP->op_other);
break;