summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-09-02 07:18:43 -0600
committerKarl Williamson <khw@cpan.org>2022-09-09 12:26:40 -0600
commit30345f169d457b10340374bc54e6122b6e41d7f9 (patch)
tree775d2d0487b2efb2f2f70b4838462dae15d65da1 /intrpvar.h
parent687963e72f4fe64cf47efa84e041fbb620e60872 (diff)
downloadperl-30345f169d457b10340374bc54e6122b6e41d7f9.tar.gz
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.
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h2
1 files changed, 1 insertions, 1 deletions
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 */