summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-06-26 21:09:24 -0600
committerKarl Williamson <khw@cpan.org>2021-08-07 05:14:43 -0600
commitba8e516ec8ffca4777b4e23361464ccdbec0e9ff (patch)
treecd7e2267fad03be85ca7ad42105104f487068bba /proto.h
parent222d763053ff7a4e671c2a51ec02d9ec9ac7fff9 (diff)
downloadperl-ba8e516ec8ffca4777b4e23361464ccdbec0e9ff.tar.gz
utf8.c: Change name of static function
This changes only portions of the capitalization, and the new version is more in keeping with other function names.
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 92c371a649..bb77d8307b 100644
--- a/proto.h
+++ b/proto.h
@@ -6633,7 +6633,7 @@ PERL_STATIC_INLINE int S_does_utf8_overflow(const U8 * const s, const U8 * e, co
#endif
#ifndef PERL_NO_INLINE_FUNCTIONS
-PERL_STATIC_INLINE int S_isFF_OVERLONG(const U8 * const s, const STRLEN len)
+PERL_STATIC_INLINE int S_isFF_overlong(const U8 * const s, const STRLEN len)
__attribute__warn_unused_result__;
#define PERL_ARGS_ASSERT_ISFF_OVERLONG \
assert(s)