summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-01-15 22:27:48 -0700
committerKarl Williamson <khw@cpan.org>2016-01-19 15:08:59 -0700
commit190d69bb6df07eff7aa3c4c2b1e7389b7324800e (patch)
tree31308bf32ee78e90a18069782959c313a79d34b0 /regen
parent6dc808648618929bd0388e2c65377210e6044fd8 (diff)
downloadperl-190d69bb6df07eff7aa3c4c2b1e7389b7324800e.tar.gz
regen/mk_invlists.pl: Internal housekeeping
This moves the name of a synthetic enum value to a better place in the code. The list it had been in is for a specific purpose that is not applicable to synthetic values, though it worked. But the new place is more logical, and can take advantage of the previous commit which makes things in this place more predictable.
Diffstat (limited to 'regen')
-rw-r--r--regen/mk_invlists.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/regen/mk_invlists.pl b/regen/mk_invlists.pl
index 3a4101f25b..0dae81d6b0 100644
--- a/regen/mk_invlists.pl
+++ b/regen/mk_invlists.pl
@@ -115,7 +115,6 @@ my %hard_coded_enums =
'Perl_Tailored_HSpace',
'Regional_Indicator',
'Single_Quote',
- 'UNKNOWN',
],
);
@@ -457,8 +456,8 @@ for my $charset (get_supported_code_pages()) {
_Perl_IDStart
_Perl_IDCont
_Perl_GCB,EDGE
- _Perl_WB,EDGE,UNKNOWN
_Perl_SB,EDGE
+ _Perl_WB,EDGE,UNKNOWN
)
) {