diff options
author | Karl Williamson <khw@cpan.org> | 2015-08-20 10:20:21 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-08-20 12:48:20 -0600 |
commit | 53adf6a2e6002345048c5137b16445f8dbf4bb81 (patch) | |
tree | 1a66d153c5975a9e28af257673e95d2d185f90a3 /regcharclass.h | |
parent | c9f3f183113edf79fb8e5aac6822d93d09d7b203 (diff) | |
download | perl-53adf6a2e6002345048c5137b16445f8dbf4bb81.tar.gz |
mktables: Use mnemonic instead of hex constant
These constants are used in more than one place. Use a common variable
instead of repeating the hex numbers
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 f4b6298276..180f59ee6d 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 - * ad739a46951b5f46396074b0682a2cfeed24b633a742a8e1aa0e337f69ef8b1c lib/unicore/mktables + * 0df86fe052dfedba84605ee6a1fd17e584ef8b864b5d224acf15c8e080d1cb12 lib/unicore/mktables * 462c9aaa608fb2014cd9649af1c5c009485c60b9c8b15b89401fdc10cf6161c6 lib/unicore/version * c6884f4d629f04d1316f3476cb1050b6a1b98ca30c903262955d4eae337c6b1e regen/charset_translations.pl * d9c04ac46bdd81bb3e26519f2b8eb6242cb12337205add3f7cf092b0c58dccc4 regen/regcharclass.pl |