This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.h: Make some #defines sequential
authorKarl Williamson <public@khwilliamson.com>
Thu, 16 Aug 2012 03:32:30 +0000 (21:32 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 20 Nov 2012 00:13:00 +0000 (17:13 -0700)
commit87cad4c09451b76f5dcf8b493f84dc07cc915ce6
tree11038cff88fdc4e06decf1f6155be72e551c83f8
parent9e84774b2a68a51af5e246f365059d61ebe86fb0
regcomp.h: Make some #defines sequential

ANYOF_MAX is used as the upper boundary in loops.  If we keep it larger
than necessary, the loop does extraneous iterations.

The #defines that come after ANYOF_MAX are moved down to start with it.
This is useful in a later commit that will create an entry in
l1_char_class_tab.h for vertical white space determination.
regcomp.h