This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/mk_invlists.pl: Fix bug when 2 ident tables
authorKarl Williamson <khw@cpan.org>
Sun, 23 Dec 2018 04:32:55 +0000 (21:32 -0700)
committerKarl Williamson <khw@cpan.org>
Tue, 25 Dec 2018 16:08:10 +0000 (09:08 -0700)
commit7e9b4fe4d85e9b669993bf96a7e33ffff3197e20
tree1e31fd5b99fa75b757c4851bd34ac550095a10bf
parent8deb65d1e9fb6398838859f9fba258ddc14f34b6
regen/mk_invlists.pl: Fix bug when 2 ident tables

If two tables are identical, the code created a #define of one index of
a pointer array to be the other index.  But in some cases, that's not sufficient,
and the actual pointer must be defined in terms of the other.  This
showed up in compiling perl with an early Unicode version, but the
circumstances could arise again in a future version.
charclass_invlists.h
regen/mk_invlists.pl
uni_keywords.h