diff options
author | Karl Williamson <khw@cpan.org> | 2018-12-06 16:57:17 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2018-12-07 10:55:20 -0700 |
commit | 3601832e0e3e0dc07d27e6e3da50ad346500f469 (patch) | |
tree | 3929864694fff729748eaa2dfa98188e81487b8c /perlapi.h | |
parent | 85b52c7a801df3fe16026c0c2ff86663e8c4132e (diff) | |
download | perl-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 'perlapi.h')
-rw-r--r-- | perlapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -111,6 +111,8 @@ END_EXTERN_C #define PL_HasMultiCharFold (*Perl_GHasMultiCharFold_ptr(NULL)) #undef PL_InBitmap #define PL_InBitmap (*Perl_GInBitmap_ptr(NULL)) +#undef PL_InMultiCharFold +#define PL_InMultiCharFold (*Perl_GInMultiCharFold_ptr(NULL)) #undef PL_LB_invlist #define PL_LB_invlist (*Perl_GLB_invlist_ptr(NULL)) #undef PL_Latin1 |