This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Revert to using regcomp.sym order
authorKarl Williamson <public@khwilliamson.com>
Sun, 5 Dec 2010 20:07:13 +0000 (13:07 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 8 Dec 2010 02:52:41 +0000 (18:52 -0800)
commit9d6ecd7a330475b012bff918b30af2834aec6ea4
treee7df2488440e3bb4c540b95fdcad8e5972b8e308
parent01f98ec2b0828a07c073b6eef8c4942f61e69e13
regcomp.c: Revert to using regcomp.sym order

Now that the new nodes are grouped properly, we can use the fact that
the named backreferences all come after all the numbered backreferences,
as had been there before.
regcomp.c