diff options
author | Karl Williamson <khw@cpan.org> | 2015-08-20 10:42:36 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-08-20 12:48:20 -0600 |
commit | e47e66b9fe2b9c42aa165717831b2cb37353c36a (patch) | |
tree | 0c442bddbdbaf2d862126d4f71e21bd2744c5654 /regcharclass.h | |
parent | a39459e754d2246aece7c023c999ba1368e1edaf (diff) | |
download | perl-e47e66b9fe2b9c42aa165717831b2cb37353c36a.tar.gz |
mktables: Move code to common functions
This takes two code sections and moves them to a function each. For
one, this is in preparation for being used in a 2nd place. For the
other, call the code in existing other places.
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 0ccc7511fc..1499bd2687 100644 --- a/regcharclass.h +++ b/regcharclass.h @@ -2514,7 +2514,7 @@ * 1a0687fb9c6c4567e853913549df0944fe40821279a3e9cdaa6ab8679bc286fd lib/unicore/extracted/DLineBreak.txt * 40bcfed3ca727c19e1331f6c33806231d5f7eeeabd2e6a9e06a3740c85d0c250 lib/unicore/extracted/DNumType.txt * a18d502bad39d527ac5586d7bc93e29f565859e3bcc24ada627eff606d6f5fed lib/unicore/extracted/DNumValues.txt - * 0860cee389e43e09c85ffe4ca10ad58bfadfdf36026bc195f7d35da8430adf9a lib/unicore/mktables + * b8fe49188035a0dff53ed577d6e869f9640f32cb8b50869b7a0cfa255894a970 lib/unicore/mktables * 462c9aaa608fb2014cd9649af1c5c009485c60b9c8b15b89401fdc10cf6161c6 lib/unicore/version * c6884f4d629f04d1316f3476cb1050b6a1b98ca30c903262955d4eae337c6b1e regen/charset_translations.pl * d9c04ac46bdd81bb3e26519f2b8eb6242cb12337205add3f7cf092b0c58dccc4 regen/regcharclass.pl |