This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.sym: Add lengths for ANYOF nodes
authorKarl Williamson <khw@cpan.org>
Thu, 20 Sep 2018 17:15:00 +0000 (11:15 -0600)
committerKarl Williamson <khw@cpan.org>
Sat, 20 Oct 2018 06:09:54 +0000 (00:09 -0600)
commit46fc0c4304793e740ce6eefd1561a6bb9cb9a6c8
tree0cf8e5fc43b2642314cc491188b61af6d0fa7d41
parentea461dd624d982da3d7216fd18fd3caca818c2bb
regcomp.sym: Add lengths for ANYOF nodes

This changes regcomp.sym to generate the correct lengths for ANYOF
nodes, which means they don't have to be special cased in regcomp.c,
leading to simplification
pod/perldebguts.pod
regcomp.c
regcomp.h
regcomp.sym
regnodes.h