summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-12-09 20:48:32 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2014-12-09 23:09:21 -0500
commit9f162648bc98e8343f866da6b51d9285a5e41968 (patch)
treecf5c41496d5321878810cb8d9157806b201ac678 /embed.h
parent2afbc6522ad19982b2586affb3f24d49951b81b6 (diff)
downloadperl-9f162648bc98e8343f866da6b51d9285a5e41968.tar.gz
stdize_locale not used in POSIX.
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index b24a093938..2bf125e658 100644
--- a/embed.h
+++ b/embed.h
@@ -1771,7 +1771,7 @@
#define padname_dup(a,b) Perl_padname_dup(aTHX_ a,b)
#define padnamelist_dup(a,b) Perl_padnamelist_dup(aTHX_ a,b)
# endif
-# if defined(USE_LOCALE) && (defined(PERL_IN_LOCALE_C) || defined (PERL_EXT_POSIX))
+# if defined(USE_LOCALE) && defined(PERL_IN_LOCALE_C)
#define stdize_locale(a) S_stdize_locale(aTHX_ a)
# endif
# if defined(USE_LOCALE_COLLATE)