summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2023-01-11 16:35:20 -0700
committerKarl Williamson <khw@cpan.org>2023-03-11 16:43:32 -0700
commit04ae22e365c6772adec7c4d5de0fbff3e3f823e0 (patch)
tree23d57b84a363f728e5d874fb0329c4e61b373cb3 /embed.fnc
parent10d0401b58a644f4c0e4bd4bd865f8879edbe561 (diff)
downloadperl-04ae22e365c6772adec7c4d5de0fbff3e3f823e0.tar.gz
locale.c: Split a static function in two
A future commit will want to use just the first part of the function.
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 630fe7a6c8..212df9d0ca 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -4313,6 +4313,8 @@ S |void |populate_hash_from_localeconv \
ST |unsigned int|get_category_index \
|const int category \
|NULLOK const char *locale
+ST |int |get_category_index_nowarn \
+ |const int category
Ri |const char *|mortalized_pv_copy \
|NULLOK const char * const pv
S |void |new_LC_ALL |NULLOK const char *unused \