This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Fix dangling set of LC_NUMERIC to C
[perl5.git] / perlapi.h
index af0c2d5..b39c8cc 100644 (file)
--- a/perlapi.h
+++ b/perlapi.h
@@ -129,6 +129,10 @@ 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_keyword_plugin_mutex
+#define PL_keyword_plugin_mutex        (*Perl_Gkeyword_plugin_mutex_ptr(NULL))
+#undef  PL_lc_numeric_mutex
+#define PL_lc_numeric_mutex    (*Perl_Glc_numeric_mutex_ptr(NULL))
 #undef  PL_locale_mutex
 #define PL_locale_mutex                (*Perl_Glocale_mutex_ptr(NULL))
 #undef  PL_malloc_mutex