summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/proto.h b/proto.h
index e16801a14e..91d8b61e2c 100644
--- a/proto.h
+++ b/proto.h
@@ -4727,12 +4727,20 @@ STATIC const char * S_calculate_LC_ALL(pTHX_ const char ** individ_locales);
# endif
#endif
#if !(defined(USE_POSIX_2008_LOCALE))
-# if defined(PERL_IN_LOCALE_C)
-# if defined(USE_LOCALE)
-# if defined(USE_LOCALE_THREADS) && ! defined(USE_THREAD_SAFE_LOCALE) && ! defined(USE_THREAD_SAFE_LOCALE_EMULATION)
+# if 0
+# if defined(PERL_IN_LOCALE_C)
+# if defined(USE_LOCALE)
+# if defined(USE_LOCALE_THREADS) && ! defined(USE_THREAD_SAFE_LOCALE) && ! defined(USE_THREAD_SAFE_LOCALE_EMULATION)
STATIC bool S_less_dicey_bool_setlocale_r(pTHX_ const int cat, const char * locale);
#define PERL_ARGS_ASSERT_LESS_DICEY_BOOL_SETLOCALE_R \
assert(locale)
+# endif
+# endif
+# endif
+# endif
+# if defined(PERL_IN_LOCALE_C)
+# if defined(USE_LOCALE)
+# if defined(USE_LOCALE_THREADS) && ! defined(USE_THREAD_SAFE_LOCALE) && ! defined(USE_THREAD_SAFE_LOCALE_EMULATION)
STATIC const char * S_less_dicey_setlocale_r(pTHX_ const int category, const char * locale);
#define PERL_ARGS_ASSERT_LESS_DICEY_SETLOCALE_R
STATIC void S_less_dicey_void_setlocale_i(pTHX_ const unsigned cat_index, const char * locale, const line_t line);