summaryrefslogtreecommitdiff
path: root/embed.fnc
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 /embed.fnc
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 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 1d7dfc5a2e..4a53b25d58 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2484,7 +2484,7 @@ iTR |int |does_utf8_overflow|NN const U8 * const s \
|const bool consider_overlongs
iTR |int |is_utf8_overlong_given_start_byte_ok|NN const U8 * const s \
|const STRLEN len
-iTR |int |isFF_OVERLONG |NN const U8 * const s|const STRLEN len
+iTR |int |isFF_overlong |NN const U8 * const s|const STRLEN len
SR |char * |unexpected_non_continuation_text \
|NN const U8 * const s \
|STRLEN print_len \