summaryrefslogtreecommitdiff
path: root/embedvar.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 /embedvar.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 'embedvar.h')
-rw-r--r--embedvar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/embedvar.h b/embedvar.h
index 5bd4a4ea9e..8743da7778 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -359,6 +359,8 @@
#define PL_GHasMultiCharFold (my_vars->GHasMultiCharFold)
#define PL_InBitmap (my_vars->GInBitmap)
#define PL_GInBitmap (my_vars->GInBitmap)
+#define PL_InMultiCharFold (my_vars->GInMultiCharFold)
+#define PL_GInMultiCharFold (my_vars->GInMultiCharFold)
#define PL_LB_invlist (my_vars->GLB_invlist)
#define PL_GLB_invlist (my_vars->GLB_invlist)
#define PL_Latin1 (my_vars->GLatin1)