summaryrefslogtreecommitdiff
path: root/embed.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 /embed.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 'embed.h')
-rw-r--r--embed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index df6b670848..ea22f96012 100644
--- a/embed.h
+++ b/embed.h
@@ -1264,6 +1264,7 @@
# endif /* defined(HAS_LOCALECONV) */
# if defined(USE_LOCALE)
# define get_category_index S_get_category_index
+# define get_category_index_nowarn S_get_category_index_nowarn
# define mortalized_pv_copy(a) S_mortalized_pv_copy(aTHX_ a)
# define new_LC_ALL(a,b) S_new_LC_ALL(aTHX_ a,b)
# define save_to_buffer S_save_to_buffer