This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Give context for ANYOFV call
authorKarl Williamson <public@khwilliamson.com>
Wed, 9 Feb 2011 17:07:47 +0000 (10:07 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 14 Feb 2011 15:41:37 +0000 (08:41 -0700)
commit4e8910e0d628df764d87388af5830fb98b646135
tree5feed1d89030949a521c447640f8de42d8d78ec8
parent046c40559dca334dd19ab80f11964b107b2dbcef
regexec.c: Give context for ANYOFV call

This converts one case where ANYOFV is now usable to allow it to match
more than one character.
regexec.c