This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Fix so -annotate works on early Unicodes
authorKarl Williamson <khw@cpan.org>
Thu, 20 Aug 2015 17:03:47 +0000 (11:03 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 20 Aug 2015 18:48:20 +0000 (12:48 -0600)
commit1254636bfb1e1850e3455fb1ac48a1211d12f341
treea9404f5b849a4b83e040ac7637a837440ea563c9
parente47e66b9fe2b9c42aa165717831b2cb37353c36a
mktables: Fix so -annotate works on early Unicodes

There were several glitches when compiling very early Unicode releases.
This commit changes things so the age property reference is stored in a
global, and doesn't have to be refound multiple times.
charclass_invlists.h
lib/unicore/mktables
regcharclass.h