X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/d94aa97e72e6998a85674583fa0859e2a3a7fa42..5e395a7af03c83ac012073ec7e17fd26f27bfa59:/locale.c diff --git a/locale.c b/locale.c index 97e85f5..d736bca 100644 --- a/locale.c +++ b/locale.c @@ -585,9 +585,7 @@ Perl_locale_panic(const char * msg, # define querylocale_c(cat) querylocale_i(cat##_INDEX_) # define querylocale_r(cat) querylocale_i(get_category_index(cat,NULL)) -# ifndef USE_QUERYLOCALE -# define USE_PL_CURLOCALES -# else +# ifdef USE_QUERYLOCALE # define isSINGLE_BIT_SET(mask) isPOWER_OF_2(mask) /* This code used to think querylocale() was valid on LC_ALL. Make sure