This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regmatch(): remove remaining reads of reginput
authorDavid Mitchell <davem@iabyn.com>
Thu, 13 Sep 2012 19:28:01 +0000 (20:28 +0100)
committerDavid Mitchell <davem@iabyn.com>
Fri, 14 Sep 2012 07:49:35 +0000 (08:49 +0100)
commit730f4c74d6a446d682f5a3ce09166277cf022b9e
tree9e2859054fc39606957bd6c436ef3bc54eb5ba0a
parenteb72505db041952a73ba9a9f4714951706fda0c3
regmatch(): remove remaining reads of reginput

In the remaining place where the value of reginput is used, its value
should always be equal to locinput, so it can be eliminated there.

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