From 3601832e0e3e0dc07d27e6e3da50ad346500f469 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 6 Dec 2018 16:57:17 -0700 Subject: 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. --- embedvar.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'embedvar.h') 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) -- cgit v1.2.1