summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-05-05 22:07:55 -0600
committerKarl Williamson <khw@cpan.org>2018-06-25 07:33:31 -0600
commitb72e0f31a3724f5cfc63011c5715b02a5aac7a9a (patch)
treeef43903baffca9622bd1f3a3f939f39ea4dfd4f0 /regen
parentdb95f459ea59494cc74e253b13b63876479531cd (diff)
downloadperl-b72e0f31a3724f5cfc63011c5715b02a5aac7a9a.tar.gz
regen/mk_invlists.pl: Fix outdated comments
Diffstat (limited to 'regen')
-rw-r--r--regen/mk_invlists.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/regen/mk_invlists.pl b/regen/mk_invlists.pl
index 14e1a04dd5..fbec6c7040 100644
--- a/regen/mk_invlists.pl
+++ b/regen/mk_invlists.pl
@@ -26,8 +26,8 @@ use re "/aa";
# out-of-sync, or the wrong data structure being passed. Currently that
# random number is:
-# charclass_invlists.h now also has a partial implementation of inversion
-# maps; enough to generate tables for the line break properties, such as GCB
+# charclass_invlists.h now also contains inversion maps and enum definitions
+# for those maps that have a finite number of possible values
my $VERSION_DATA_STRUCTURE_TYPE = 148565664;