From 04ae22e365c6772adec7c4d5de0fbff3e3f823e0 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 11 Jan 2023 16:35:20 -0700 Subject: locale.c: Split a static function in two A future commit will want to use just the first part of the function. --- embed.fnc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'embed.fnc') 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 \ -- cgit v1.2.1