This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Change variable meaning and hence name
authorKarl Williamson <public@khwilliamson.com>
Thu, 19 Jan 2012 18:20:26 +0000 (11:20 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 19 Jan 2012 18:58:20 +0000 (11:58 -0700)
commit9d071ca83c806a84654ff9d03b284b80458a90ac
tree49d19210a203b5ec85ea0d58d7e934fc3e137faf
parent802ba51d690c973f6609a48069a8ac83317af4f9
regcomp.c: Change variable meaning and hence name

I think it is clearer to note that what happens here is that the node
can match fewer characters than what it would normally be thought to,
and hence the returned value should be subtracted; it also means that
the absolute value need not be taken
embed.fnc
proto.h
regcomp.c