This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: small efficiency, portability fix
authorKarl Williamson <public@khwilliamson.com>
Fri, 3 Dec 2010 17:46:19 +0000 (10:46 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 4 Dec 2010 20:10:10 +0000 (12:10 -0800)
commitacdf4139917b732417d6f16c26d2fd91e2abe3f5
tree6326e15e405aa1c555be0bb76bae20123564ec56
parent79e7df4582a543b86199e7b30e50d9b258878b3e
regcomp.c: small efficiency, portability fix

The code had hard-coded into it the ascii platform values for possible
start bytes.  There are macros that do that portably with no branches
regcomp.c