This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/regcharclass.pl: Change name of generated macro
authorKarl Williamson <public@khwilliamson.com>
Tue, 16 Oct 2012 16:45:44 +0000 (10:45 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 17 Oct 2012 03:48:36 +0000 (21:48 -0600)
commit40b1ba4ffc62ae8198d69e8e3b33cf8201c6a18f
tree6c9dc0617aba9a4baa147b2e78d58ddcff1b5ede
parentb4291290926312792a6bfb115da2883d6c9c433d
regen/regcharclass.pl: Change name of generated macro

This changes the macro isMULTI_CHAR_FOLD() (non-utf8 version) from just
generating ascii-range code points to generating the full Latin1 range.
However there are no such non-ASCII values, so the macro expansion is
unchanged.  By changing the name, it becomes clearer in future commits
that we aren't excluding things that we should be considering.
regcharclass.h
regcomp.c
regen/regcharclass.pl
regen/regcharclass_multi_char_folds.pl