From 30345f169d457b10340374bc54e6122b6e41d7f9 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 2 Sep 2022 07:18:43 -0600 Subject: Change some HAS_QUERYLOCALE to USE_QUERYLOCALE The HAS_QUERYLOCALE comes from config.h Just because we have this doesn't mean we're going to use it. That is computed in perl.h, and other places should use its determination. --- intrpvar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intrpvar.h') diff --git a/intrpvar.h b/intrpvar.h index d5018e2328..75bba1d508 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -740,7 +740,7 @@ PERLVAR(I, padix_floor, PADOFFSET) /* how low may inner block reset padix */ #if defined(USE_POSIX_2008_LOCALE) \ && defined(USE_THREAD_SAFE_LOCALE) \ - && ! defined(HAS_QUERYLOCALE) + && ! defined(USE_QUERYLOCALE) /* This is the most number of categories we've encountered so far on any * platform */ -- cgit v1.2.1