summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-05-09 15:02:00 -0600
committerKarl Williamson <khw@cpan.org>2021-08-07 14:27:01 -0600
commit991612d4895e379daac8953d350a62e3994fe57e (patch)
treea061d4af335badb426ae78c2b7d90d94991e92fd /proto.h
parent72c1a704758e6a6e9191f78e46b8dd3e79487b5e (diff)
downloadperl-991612d4895e379daac8953d350a62e3994fe57e.tar.gz
utf8.c: Rename formal param to static fcn
The new mname is more mnemonic
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 b1c02121ee..ee194e7abc 100644
--- a/proto.h
+++ b/proto.h
@@ -6614,7 +6614,7 @@ STATIC bool S_isa_lookup(pTHX_ HV *stash, SV *namesv, const char * name, STRLEN
STATIC bool S_sv_derived_from_svpvn(pTHX_ SV *sv, SV *namesv, const char * name, const STRLEN len, U32 flags);
#endif
#if defined(PERL_IN_UTF8_C)
-STATIC UV S__to_utf8_case(pTHX_ const UV uv1, const U8 *p, U8* ustrp, STRLEN *lenp, SV *invlist, const I32 * const invmap, const U32 * const * const aux_tables, const U8 * const aux_table_lengths, const char * const normal);
+STATIC UV S__to_utf8_case(pTHX_ const UV original, const U8 *p, U8* ustrp, STRLEN *lenp, SV *invlist, const I32 * const invmap, const U32 * const * const aux_tables, const U8 * const aux_table_lengths, const char * const normal);
#define PERL_ARGS_ASSERT__TO_UTF8_CASE \
assert(ustrp); assert(lenp); assert(invlist); assert(invmap); assert(normal)
STATIC UV S_check_locale_boundary_crossing(pTHX_ const U8* const p, const UV result, U8* const ustrp, STRLEN *lenp)