diff options
author | Karl Williamson <public@khwilliamson.com> | 2014-01-23 20:34:15 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2014-01-27 11:07:17 -0700 |
commit | 1a27eb967982a1b8fdc2ab7ae9af98f318c808ec (patch) | |
tree | 9fa41e716d7e18f8bd6b9a49925cc17b5a6b0af9 /charclass_invlists.h | |
parent | f0672d4d47b5a2683d20833c31c6a5238588be20 (diff) | |
download | perl-1a27eb967982a1b8fdc2ab7ae9af98f318c808ec.tar.gz |
Move an inversion list generation to mktables
Prior to this patch, this was in regen/mk_invlists.pl, but future
commits will want it to also be used by the header generated by
regen/regcharclass.pl, so use a common source so the logic doesn't have
to be duplicated.
Diffstat (limited to 'charclass_invlists.h')
-rw-r--r-- | charclass_invlists.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charclass_invlists.h b/charclass_invlists.h index 9f40681dda..7bc14d88d0 100644 --- a/charclass_invlists.h +++ b/charclass_invlists.h @@ -9171,7 +9171,7 @@ static const UV NonL1_Perl_Non_Final_Folds_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV _Perl_Multi_Char_Folds_invlist[] = { +static const UV _Perl_Folds_To_Multi_Char_invlist[] = { 59, /* Number of elements */ 148565664, /* Version and data structure type */ 1, /* 0 if the list starts at 0; |