summaryrefslogtreecommitdiff
path: root/proto.h
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 /proto.h
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 'proto.h')
-rw-r--r--proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 10d96484b9..a723010d63 100644
--- a/proto.h
+++ b/proto.h
@@ -7050,6 +7050,10 @@ STATIC unsigned int
S_get_category_index(const int category, const char *locale);
# define PERL_ARGS_ASSERT_GET_CATEGORY_INDEX
+STATIC int
+S_get_category_index_nowarn(const int category);
+# define PERL_ARGS_ASSERT_GET_CATEGORY_INDEX_NOWARN
+
STATIC void
S_new_LC_ALL(pTHX_ const char *unused, bool force);
# define PERL_ARGS_ASSERT_NEW_LC_ALL