summaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
authorAdrian M. Enache <enache@rdslink.ro>2003-03-02 12:11:27 +0200
committerhv <hv@crypt.org>2003-03-02 16:29:28 +0000
commit91e09a610c67b89c771cab2084dbd4490cd4351a (patch)
tree04a173dae8eae3801e193eebb26dc75c5d6c0e77 /pp.c
parent2d4fcd5e8be8d83efa948a259c49b56fc6c27ee5 (diff)
downloadperl-91e09a610c67b89c771cab2084dbd4490cd4351a.tar.gz
Re: [perl #21411] [fix] Postponed RE with split()
Message-ID: <20030302081127.GA10782@ratsnest.hole> p4raw-id: //depot/perl@18805
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pp.c b/pp.c
index 1b83259622..0a15c746d1 100644
--- a/pp.c
+++ b/pp.c
@@ -4695,6 +4695,7 @@ PP(pp_split)
}
}
s = rx->endp[0] + orig;
+ PUTBACK;
}
}