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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'embed.h') 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 -- cgit v1.2.1