This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The unused submatch cleanup code in regtry() seems to be more crucial,
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 27 Nov 2000 02:21:17 +0000 (02:21 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 27 Nov 2000 02:21:17 +0000 (02:21 +0000)
commitdafc8851ab778a44213cb74896e93c0f90bed47d
treec07a4329abe837c3799c445c6640b2b49a95b315
parent3dd2943cceaddf3b381783dec225bf45f4c0c4c9
The unused submatch cleanup code in regtry() seems to be more crucial,
the code in regcppop() seems to be redundant for the test suite --
but it contains a germ of truth, and it needed for the build
process itself: see #7879 and #7881.

p4raw-id: //depot/perl@7878
regexec.c