summaryrefslogtreecommitdiff
path: root/perlvars.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-12-06 16:57:17 -0700
committerKarl Williamson <khw@cpan.org>2018-12-07 10:55:20 -0700
commit3601832e0e3e0dc07d27e6e3da50ad346500f469 (patch)
tree3929864694fff729748eaa2dfa98188e81487b8c /perlvars.h
parent85b52c7a801df3fe16026c0c2ff86663e8c4132e (diff)
downloadperl-3601832e0e3e0dc07d27e6e3da50ad346500f469.tar.gz
regen/mk_invlists.pl: Add new table
This table contains all the code points that are in any multi-character fold (not the folded-from character, but what that character folds to). It will be used in a future commit.
Diffstat (limited to 'perlvars.h')
-rw-r--r--perlvars.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/perlvars.h b/perlvars.h
index 82bce27886..4f0b6c07d8 100644
--- a/perlvars.h
+++ b/perlvars.h
@@ -276,6 +276,7 @@ PERLVAR(G, AboveLatin1, SV *)
PERLVAR(G, Assigned_invlist, SV *)
PERLVAR(G, GCB_invlist, SV *)
PERLVAR(G, HasMultiCharFold, SV *)
+PERLVAR(G, InMultiCharFold, SV *)
PERLVAR(G, Latin1, SV *)
PERLVAR(G, LB_invlist, SV *)
PERLVAR(G, NonL1NonFinalFold, SV *)