diff options
author | Karl Williamson <khw@cpan.org> | 2015-06-25 22:10:22 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-07-28 22:15:54 -0600 |
commit | 2c8f25f0553633b2c1648b361d7f460c4aabbdb7 (patch) | |
tree | 143b0f5ca92e72a95f98d1ee02a5cb54d179babb /charclass_invlists.h | |
parent | cd2d8fdfdad4346b595b70412abd0b78b5a672f6 (diff) | |
download | perl-2c8f25f0553633b2c1648b361d7f460c4aabbdb7.tar.gz |
mktables: Define non-char in all Unicode releases
Perl needs the NChar property to compile, but Unicode did not furnish it
in early releases. This commit will use the Unicode definition if
available, but otherwise computes it itself.
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 6e82f98882..df0bad5fa9 100644 --- a/charclass_invlists.h +++ b/charclass_invlists.h @@ -99521,7 +99521,7 @@ static const UV XPosixXDigit_invlist[] = { /* for EBCDIC POSIX-BC */ * 1a0687fb9c6c4567e853913549df0944fe40821279a3e9cdaa6ab8679bc286fd lib/unicore/extracted/DLineBreak.txt * 40bcfed3ca727c19e1331f6c33806231d5f7eeeabd2e6a9e06a3740c85d0c250 lib/unicore/extracted/DNumType.txt * a18d502bad39d527ac5586d7bc93e29f565859e3bcc24ada627eff606d6f5fed lib/unicore/extracted/DNumValues.txt - * efa1520c72489a83c5cddfeb753fdfe6286fc2d2b8edde81a4172fdfee07177d lib/unicore/mktables + * 1e02b8ee33dd6b6fed406fffac710428b0edf135cd6464ca6b31602048946a63 lib/unicore/mktables * 462c9aaa608fb2014cd9649af1c5c009485c60b9c8b15b89401fdc10cf6161c6 lib/unicore/version * c6884f4d629f04d1316f3476cb1050b6a1b98ca30c903262955d4eae337c6b1e regen/charset_translations.pl * f199f92c0b5f87882b0198936ea8ef3dc43627b57a77ac3eb9250bd2664bbd88 regen/mk_invlists.pl |