This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for dd1dbff0
[perl5.git] / perlapi.h
index 4dc8074..960983d 100644 (file)
--- a/perlapi.h
+++ b/perlapi.h
@@ -99,14 +99,10 @@ END_EXTERN_C
 
 #else  /* !PERL_CORE */
 
+#undef  PL_C_locale_obj
+#define PL_C_locale_obj                (*Perl_GC_locale_obj_ptr(NULL))
 #undef  PL_appctx
 #define PL_appctx              (*Perl_Gappctx_ptr(NULL))
-#undef  PL_breakpoints
-#define PL_breakpoints         (*Perl_Gbreakpoints_ptr(NULL))
-#undef  PL_breakpointseq
-#define PL_breakpointseq       (*Perl_Gbreakpointseq_ptr(NULL))
-#undef  PL_breakpointslen
-#define PL_breakpointslen      (*Perl_Gbreakpointslen_ptr(NULL))
 #undef  PL_check
 #define PL_check               (*Perl_Gcheck_ptr(NULL))
 #undef  PL_check_mutex
@@ -129,6 +125,8 @@ END_EXTERN_C
 #define PL_hints_mutex         (*Perl_Ghints_mutex_ptr(NULL))
 #undef  PL_keyword_plugin
 #define PL_keyword_plugin      (*Perl_Gkeyword_plugin_ptr(NULL))
+#undef  PL_locale_mutex
+#define PL_locale_mutex                (*Perl_Glocale_mutex_ptr(NULL))
 #undef  PL_malloc_mutex
 #define PL_malloc_mutex                (*Perl_Gmalloc_mutex_ptr(NULL))
 #undef  PL_mmap_page_size