diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-12-09 20:48:32 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-12-09 23:09:21 -0500 |
commit | 9f162648bc98e8343f866da6b51d9285a5e41968 (patch) | |
tree | cf5c41496d5321878810cb8d9157806b201ac678 /embed.fnc | |
parent | 2afbc6522ad19982b2586affb3f24d49951b81b6 (diff) | |
download | perl-9f162648bc98e8343f866da6b51d9285a5e41968.tar.gz |
stdize_locale not used in POSIX.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |