diff options
author | Karl Williamson <khw@cpan.org> | 2021-06-29 18:58:00 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2021-08-07 04:46:45 -0600 |
commit | bc5a92d8a7e80ce9c119eea0195a6626c5138615 (patch) | |
tree | 7b0dd7b5c80270de7a03437ba0465adbbeff0381 /regcharclass.h | |
parent | 741c1a9d64abda23036c5dd76fd7169acf45159d (diff) | |
download | perl-bc5a92d8a7e80ce9c119eea0195a6626c5138615.tar.gz |
regcharclass.pl: Move some code earlier
We can short circuit some work by moving the test earlier. This does
not change the generated file.
Diffstat (limited to 'regcharclass.h')
-rw-r--r-- | regcharclass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regcharclass.h b/regcharclass.h index 634529926d..245e13255a 100644 --- a/regcharclass.h +++ b/regcharclass.h @@ -3765,6 +3765,6 @@ * 696e706fddd3ce8cd48c7ea91caf4c9edf5c296432d320aa7b78631f69aa9eac lib/unicore/mktables * 50b85a67451145545a65cea370dab8d3444fbfe07e9c34cef560c5b7da9d3eef lib/unicore/version * 0a6b5ab33bb1026531f816efe81aea1a8ffcd34a27cbea37dd6a70a63d73c844 regen/charset_translations.pl - * 1738139306d9ade7fcff636a38c9bf6c1889b98c63c8d7f8928e275ee5944afc regen/regcharclass.pl + * 69854621b341c8eab85aad890763e28eaa6d4df83cecb0566e81f7f6619efff0 regen/regcharclass.pl * b2f896452d2b30da3e04800f478c60c1fd0b03d6b668689b020f1e3cf1f1cdd9 regen/regcharclass_multi_char_folds.pl * ex: set ro: */ |