summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-10-04 20:39:02 -0600
committerKarl Williamson <khw@cpan.org>2022-10-10 13:12:22 -0600
commit29dd0ffa727c58df0c83446b61a7f9e2cb79a179 (patch)
tree5d9f35c4017ef84ec2cc72cc2dbf2c96411482e5 /embed.fnc
parentaaafe4fdfab4795864042a20a574d759051bf5dc (diff)
downloadperl-29dd0ffa727c58df0c83446b61a7f9e2cb79a179.tar.gz
Add wrap_wsetlocale() to embed.fnc
This makes the calls to it cleaner.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index 201b2f37b7..0e66ce4582 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -3425,6 +3425,8 @@ S |void |print_collxfrm_input_and_return \
S |char* |win32_setlocale|int category|NULLOK const char* locale
pTC |wchar_t *|Win_utf8_string_to_wstring|NULLOK const char * utf8_string
pTC |char * |Win_wstring_to_utf8_string|NULLOK const wchar_t * wstring
+S |char *|wrap_wsetlocale |const int category \
+ |NULLOK const char *locale
# endif
# if defined(HAS_NL_LANGINFO) || defined(HAS_NL_LANGINFO_L)
S |const char*|my_langinfo_i|const nl_item item \