From a2aeff5051e0dae6b97396d6a080fdb867a91ea4 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 1 Feb 2019 11:22:15 -0700 Subject: regen/mk_invlists.pl: Create new inversion list This will be used in a future commit. --- perlapi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perlapi.h') diff --git a/perlapi.h b/perlapi.h index cb77694651..de4267aa75 100644 --- a/perlapi.h +++ b/perlapi.h @@ -103,6 +103,8 @@ END_EXTERN_C #define PL_AboveLatin1 (*Perl_GAboveLatin1_ptr(NULL)) #undef PL_Assigned_invlist #define PL_Assigned_invlist (*Perl_GAssigned_invlist_ptr(NULL)) +#undef PL_CCC_non0_non230 +#define PL_CCC_non0_non230 (*Perl_GCCC_non0_non230_ptr(NULL)) #undef PL_C_locale_obj #define PL_C_locale_obj (*Perl_GC_locale_obj_ptr(NULL)) #undef PL_GCB_invlist -- cgit v1.2.1