This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Module-CoreList with data for 5.26.3 and 5.28.1
[perl5.git] / perlapi.h
index e41d61f..af5b042 100644 (file)
--- a/perlapi.h
+++ b/perlapi.h
@@ -109,12 +109,16 @@ END_EXTERN_C
 #define PL_GCB_invlist         (*Perl_GGCB_invlist_ptr(NULL))
 #undef  PL_HasMultiCharFold
 #define PL_HasMultiCharFold    (*Perl_GHasMultiCharFold_ptr(NULL))
+#undef  PL_InBitmap
+#define PL_InBitmap            (*Perl_GInBitmap_ptr(NULL))
 #undef  PL_LB_invlist
 #define PL_LB_invlist          (*Perl_GLB_invlist_ptr(NULL))
 #undef  PL_Latin1
 #define PL_Latin1              (*Perl_GLatin1_ptr(NULL))
 #undef  PL_NonL1NonFinalFold
 #define PL_NonL1NonFinalFold   (*Perl_GNonL1NonFinalFold_ptr(NULL))
+#undef  PL_Posix_ptrs
+#define PL_Posix_ptrs          (*Perl_GPosix_ptrs_ptr(NULL))
 #undef  PL_SB_invlist
 #define PL_SB_invlist          (*Perl_GSB_invlist_ptr(NULL))
 #undef  PL_SCX_invlist
@@ -217,6 +221,8 @@ END_EXTERN_C
 #define PL_utf8_idcont         (*Perl_Gutf8_idcont_ptr(NULL))
 #undef  PL_utf8_idstart
 #define PL_utf8_idstart                (*Perl_Gutf8_idstart_ptr(NULL))
+#undef  PL_utf8_mark
+#define PL_utf8_mark           (*Perl_Gutf8_mark_ptr(NULL))
 #undef  PL_utf8_perl_idcont
 #define PL_utf8_perl_idcont    (*Perl_Gutf8_perl_idcont_ptr(NULL))
 #undef  PL_utf8_perl_idstart