This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Use more precise ANYOF flag
authorKarl Williamson <public@khwilliamson.com>
Fri, 25 Feb 2011 18:42:02 +0000 (11:42 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 26 Feb 2011 04:06:09 +0000 (21:06 -0700)
commitdb8c82dd9952f838ec469192ad79c29a06d6bb03
tree476a90b0a2d6e81b6bd5382268f7760bec72711f
parent2eabac7cf473306a3d2131fe53c1e4fbbd7fe2ba
regcomp.c: Use more precise ANYOF flag

As the comment above the changed line says, \p doesn't have to match only
utf8, but it sets the flag that is two bits, meaning UTF8.  Set just the
one flag.
regcomp.c