summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-01-03 21:37:08 -0700
committerKarl Williamson <khw@cpan.org>2020-01-03 21:55:15 -0700
commitf46dcac2d383af532d3e8c014488fba83a514309 (patch)
treee4c0b37fe212585c09df74fcf2a6e37987812421 /embed.fnc
parent1b292063004c9bbdfe307aadd8beb72df25e7c2f (diff)
downloadperl-f46dcac2d383af532d3e8c014488fba83a514309.tar.gz
utf8.c: Change parameter types of internal fcns
These generated warnings on certain platform builds, and weren't the best types for the purpose anyway.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index a9f4d69a78..77fefb3ac2 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2024,8 +2024,8 @@ p |void |utilize |int aver|I32 floor|NULLOK OP* version|NN OP* idop|NULLOK OP* a
Cp |void |_force_out_malformed_utf8_message \
|NN const U8 *const p|NN const U8 * const e|const U32 flags \
|const bool die_here
-EXp |U8* |utf16_to_utf8 |NN U8* p|NN U8 *d|I32 bytelen|NN I32 *newlen
-EXp |U8* |utf16_to_utf8_reversed|NN U8* p|NN U8 *d|I32 bytelen|NN I32 *newlen
+EXp |U8* |utf16_to_utf8 |NN U8* p|NN U8 *d|Size_t bytelen|NN Size_t *newlen
+EXp |U8* |utf16_to_utf8_reversed|NN U8* p|NN U8 *d|Size_t bytelen|NN Size_t *newlen
AdpR |STRLEN |utf8_length |NN const U8* s|NN const U8 *e
AipdR |IV |utf8_distance |NN const U8 *a|NN const U8 *b
AipdRT |U8* |utf8_hop |NN const U8 *s|SSize_t off