This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regmatch(): remove reginput from CURLY etc
authorDavid Mitchell <davem@iabyn.com>
Thu, 13 Sep 2012 18:58:25 +0000 (19:58 +0100)
committerDavid Mitchell <davem@iabyn.com>
Fri, 14 Sep 2012 07:49:35 +0000 (08:49 +0100)
commiteb72505db041952a73ba9a9f4714951706fda0c3
tree6cfacacaad8bf999490640e1c722037319e40308
parentc07e9d7bfdcf863c1376d16cbfc8060c6a54c433
regmatch(): remove reginput from CURLY etc

reginput mostly tracked locinput, except when regrepeat() was called.
With a bit of jiggling, it could be eliminated for these blocks of code.

This is part of a campaign to eliminate the reginput variable.
regexec.c