summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-11-07 10:43:14 -0700
committerKarl Williamson <khw@cpan.org>2022-12-01 12:44:42 -0700
commit5351ec0e1c39a301c24dcd2d6b4f993e890efe16 (patch)
treef164b5446cbbc291059659362ff5990b02820663 /proto.h
parent4c39aaa2805d71d6543865ee06831b0b7ea4de88 (diff)
downloadperl-5351ec0e1c39a301c24dcd2d6b4f993e890efe16.tar.gz
locale.c: Rmv unnecessary parameter from static function
This dates from an earlier implementation
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 9171f2c81e..a6ade551e4 100644
--- a/proto.h
+++ b/proto.h
@@ -5108,7 +5108,7 @@ PERL_CALLCONV bool Perl_do_exec3(pTHX_ const char *incmd, int fd, int do_report)
#if (defined(HAS_LOCALECONV) || defined(HAS_LOCALECONV_L)) && (defined(USE_LOCALE_MONETARY) || defined(USE_LOCALE_NUMERIC))
# if defined(PERL_IN_LOCALE_C)
# if defined(USE_LOCALE)
-STATIC HV * S_my_localeconv(pTHX_ const int item, const locale_utf8ness_t locale_is_utf8);
+STATIC HV * S_my_localeconv(pTHX_ const int item);
#define PERL_ARGS_ASSERT_MY_LOCALECONV
STATIC HV * S_populate_localeconv(pTHX_ const struct lconv *lcbuf, const int unused, const locale_utf8ness_t numeric_locale_is_utf8, const locale_utf8ness_t monetary_locale_is_utf8);
#define PERL_ARGS_ASSERT_POPULATE_LOCALECONV \