This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Move code to common place
authorKarl Williamson <public@khwilliamson.com>
Mon, 28 Feb 2011 00:45:46 +0000 (17:45 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 28 Feb 2011 02:21:32 +0000 (19:21 -0700)
commitc93d5d8be00caac56508448f35362b1b3fa58f02
treeb164cd4360ff19921ce5e6c9bc7ca953b46d6636
parentc8453963c66d869ec2f19fde5d46805bcf04cf4f
regcomp.c: Move code to common place

THis is part of the refactoring of the code that sets the alternate array
for multi-char folds.  Changing the node type to ANYOFV can be done at
the last second, in pass 2, as it doesn't change any sizing, etc.
regcomp.c