This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/mk_invlists.pl: Add comment
authorKarl Williamson <khw@cpan.org>
Fri, 6 Apr 2018 02:29:29 +0000 (20:29 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 16 Apr 2018 03:02:18 +0000 (21:02 -0600)
This gives the paradigm to use should this be needed

charclass_invlists.h
regen/mk_invlists.pl

index 7fdd007..1e59538 100644 (file)
@@ -170678,5 +170678,5 @@ static const U8 WB_table[24][24] = {
  * ea4dc61a00d2db9bd46f3ddec706b5b7b11e8fcf848fb384b54b507fb70d8e90 lib/unicore/mktables
  * 21653d2744fdd071f9ef138c805393901bb9547cf3e777ebf50215a191f986ea lib/unicore/version
  * 913d2f93f3cb6cdf1664db888bf840bc4eb074eef824e082fceda24a9445e60c regen/charset_translations.pl
- * 37f51b84b2b6e224935b4aaec50c0fb7d2de5b20c3ac00ff25fe0a23f5f1739e regen/mk_invlists.pl
+ * 5692a48a96ead0248558cfbd192844330b1d60c85b6f4992f9ad3592caf1576f regen/mk_invlists.pl
  * ex: set ro: */
index ef69577..c9a4c8a 100644 (file)
@@ -55,6 +55,7 @@ my %public_enums = (
 # gives overrides for the exceptions to the typical place
 my %exceptions_to_where_to_define =
                         (
+                            #_Perl_IVCF => 'PERL_IN_REGCOMP_C',
                         );
 my %where_to_define_enums = ();