diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1998-08-31 10:52:10 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-23 07:11:34 +0000 |
commit | 9fe1d20ca4c3d9b963b1df956fdf16ba3efc34f6 (patch) | |
tree | e297c92bca1e5a2493a8e5ebaefc65c715916fd4 /regexec.c | |
parent | 72720e3c89723833af2f8074486dfbeea0d9ac0d (diff) | |
download | perl-9fe1d20ca4c3d9b963b1df956fdf16ba3efc34f6.tar.gz |
(?>) broken in RE
Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@1828
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2245,6 +2245,7 @@ regmatch(regnode *prog) sayYES; /* Success! */ case SUSPEND: n = 1; + PL_reginput = locinput; goto do_ifmatch; case UNLESSM: n = 0; |