Skip to content

Commit

Permalink
Fix PL_CURLOCALES to be only under emulation
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Feb 2, 2023
1 parent a49a82e commit b8dc051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perl.h
Expand Up @@ -1389,7 +1389,7 @@ violations are fatal.
/* POSIX 2008 has no means of finding out the current locale without a
* querylocale; so must keep track of it ourselves */
# if (defined(USE_POSIX_2008_LOCALE) && ! defined(USE_QUERYLOCALE)) \
|| (defined(USE_LOCALE_THREADS) && ! defined(USE_THREAD_SAFE_LOCALE))
|| defined(USE_THREAD_SAFE_LOCALE_EMULATION)
# define USE_PL_CURLOCALES
# endif

Expand Down

0 comments on commit b8dc051

Please sign in to comment.