summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-06-05 16:09:23 -0600
committerKarl Williamson <khw@cpan.org>2021-08-07 05:14:44 -0600
commit3e3eb1f61aa7ee77634882c846122860a4c8ef42 (patch)
tree25e9cf5c72965f5bc8e6733141778a43c8c71c34 /proto.h
parent50f7a4cea3ee6aa556d5e0312bde77e1c914e84b (diff)
downloadperl-3e3eb1f61aa7ee77634882c846122860a4c8ef42.tar.gz
utf8.c: Change formal parameter name to fcn
This will make more sense of the next commit
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 26884b042f..deb7aa8ba6 100644
--- a/proto.h
+++ b/proto.h
@@ -4095,7 +4095,7 @@ PERL_CALLCONV void Perl_utilize(pTHX_ int aver, I32 floor, OP* version, OP* idop
PERL_CALLCONV U8* Perl_uvoffuni_to_utf8_flags(pTHX_ U8 *d, UV uv, const UV flags);
#define PERL_ARGS_ASSERT_UVOFFUNI_TO_UTF8_FLAGS \
assert(d)
-PERL_CALLCONV U8* Perl_uvoffuni_to_utf8_flags_msgs(pTHX_ U8 *d, UV uv, const UV flags, HV** msgs);
+PERL_CALLCONV U8* Perl_uvoffuni_to_utf8_flags_msgs(pTHX_ U8 *d, UV input_uv, const UV flags, HV** msgs);
#define PERL_ARGS_ASSERT_UVOFFUNI_TO_UTF8_FLAGS_MSGS \
assert(d)
PERL_CALLCONV U8* Perl_uvuni_to_utf8(pTHX_ U8 *d, UV uv);