summaryrefslogtreecommitdiff
path: root/embed.fnc
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.fnc
parent2afbc6522ad19982b2586affb3f24d49951b81b6 (diff)
downloadperl-9f162648bc98e8343f866da6b51d9285a5e41968.tar.gz
stdize_locale not used in POSIX.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc5
1 files changed, 4 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index a7579524a8..963a00f5f7 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2429,9 +2429,12 @@ s |bool |isa_lookup |NN HV *stash|NN const char * const name \
|STRLEN len|U32 flags
#endif
+#if defined(USE_LOCALE) && defined(PERL_IN_LOCALE_C)
+s |char* |stdize_locale |NN char* locs
+#endif
+
#if defined(USE_LOCALE) \
&& (defined(PERL_IN_LOCALE_C) || defined (PERL_EXT_POSIX))
-s |char* |stdize_locale |NN char* locs
ApM |bool |_is_cur_LC_category_utf8|int category
#endif