diff options
author | Karl Williamson <khw@cpan.org> | 2019-08-25 18:41:44 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-08-26 09:54:22 -0600 |
commit | f4d6df297dfa1ce0ef62433181961bd7e80b2497 (patch) | |
tree | 7f382676235447c59f23c6a9c5738f09b455c326 /charclass_invlists.h | |
parent | 9a9a3246d59159e9717e27dee127f17f7158ac35 (diff) | |
download | perl-f4d6df297dfa1ce0ef62433181961bd7e80b2497.tar.gz |
regen/mk_invlists.pl: Never remap 0
0 is a special marker, and shouldn't be remapped. It would be
unlikely to be so, but this makes sure.
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 8f3908dab8..b912796c31 100644 --- a/charclass_invlists.h +++ b/charclass_invlists.h @@ -395311,5 +395311,5 @@ static const U8 WB_table[23][23] = { * a712c758275b460d18fa77a26ed3589689bb3f69dcc1ea99b913e32db92a5cd2 lib/unicore/version * 2680b9254eb236c5c090f11b149605043e8c8433661b96efc4a42fb4709342a5 regen/charset_translations.pl * 03e51b0f07beebd5da62ab943899aa4934eee1f792fa27c1fb638c33bf4ac6ea regen/mk_PL_charclass.pl - * b1280c65a1d7854433c185fe16ec778a8a4a65c696e8f119aee1b3fc2c740938 regen/mk_invlists.pl + * f51864f8e2be210bcc569e93da4e89acb0a727a383f813cecc718732fb292652 regen/mk_invlists.pl * ex: set ro: */ |