This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/mk_invlists.pl: Allow enums/defines to be in re_comp.c
authorKarl Williamson <khw@cpan.org>
Mon, 24 Feb 2020 16:31:02 +0000 (09:31 -0700)
committerKarl Williamson <khw@cpan.org>
Mon, 2 Mar 2020 18:45:21 +0000 (11:45 -0700)
commitb619f93d98570480c34b948b01fb808e098a5ed9
treeb581ff0d92ac006addb3999b1bad3742ba56b345
parentf360f88464218e68de6e1d4d8741f069b335f90c
regen/mk_invlists.pl: Allow enums/defines to be in re_comp.c

Tables, to save memory, that are for regcomp.c are excluded from
re_comp.c, but enums use no resources, and a later commit will want them
accessible from re_comp.c.  So change the code so that they can be
requested to be in re_comp.c
charclass_invlists.h
lib/unicore/uni_keywords.pl
regen/mk_invlists.pl
uni_keywords.h