This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.sym: Add new node types POSIXA and NPOSIXA
authorKarl Williamson <public@khwilliamson.com>
Fri, 20 Jul 2012 16:02:23 +0000 (10:02 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 25 Jul 2012 03:13:49 +0000 (21:13 -0600)
commit3615ea5819e869b314f723b0ce28dfb1d80017ef
tree1862d07d1dac58fa06879af559122f524c967345
parent08ada29e09c8de732363dff63daf29c269ac11b3
regcomp.sym: Add new node types POSIXA and NPOSIXA

These will be used to handle things like /[[:word:]]/a.  This patch
doesn't add the code to actually use these.  That will be done in a
future patch.

Also, placeholders POSIXD, POSIXL, and POSIXU are also added for future
use.
regcomp.sym
regnodes.h