This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: isASCII doesn't match outside ANYOF bitmap
authorKarl Williamson <public@khwilliamson.com>
Tue, 7 Dec 2010 21:50:13 +0000 (14:50 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 11 Dec 2010 22:57:31 +0000 (15:57 -0700)
commitce1c68b24a719356e8e7724a2c8a963159f3c18d
treef93454544152efe45925f23dacdb1d0cb88480d2
parent41b0f1c13ae23011b37421cd90820bc780b74f30
regcomp.c: isASCII doesn't match outside ANYOF bitmap

So there is no need to tell regexec that it does, and then can combine
two other statements
regcomp.c