summaryrefslogtreecommitdiff
path: root/regen/mk_invlists.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-07-18 14:53:43 -0600
committerKarl Williamson <khw@cpan.org>2018-07-21 15:26:48 -0600
commit1c7f0e60a2c7edac13fe96fa358750553f733f66 (patch)
treed1afb1ea3c2eab797658699b4334bfa389cf33ba /regen/mk_invlists.pl
parentdb027c8ad0058ce857031ce7fc8586ca9151f5f1 (diff)
downloadperl-1c7f0e60a2c7edac13fe96fa358750553f733f66.tar.gz
regen/mk_invlists.pl: Make adjacent comment and its code
Diffstat (limited to 'regen/mk_invlists.pl')
-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 81caf53f49..72d939f200 100644
--- a/regen/mk_invlists.pl
+++ b/regen/mk_invlists.pl
@@ -26,11 +26,11 @@ use re "/aa";
# out-of-sync, or the wrong data structure being passed. Currently that
# random number is:
+my $VERSION_DATA_STRUCTURE_TYPE = 148565664;
+
# 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;
-
# integer or float
my $numeric_re = qr/ ^ -? \d+ (:? \. \d+ )? $ /x;