summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorSimon Cozens <simon@netthink.co.uk>2000-06-26 04:55:45 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-06-27 02:24:00 +0000
commit1e72252ad7b8e23d1a1142285b8aa82986bd2491 (patch)
tree2339eb71d34c2aac1d9b384cb1041fce06d78252 /embed.pl
parent524710647511337b71f94221f2bea48278a5a629 (diff)
downloadperl-1e72252ad7b8e23d1a1142285b8aa82986bd2491.tar.gz
bytes<->utf8 fixes
Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org> p4raw-id: //depot/cfgperl@6242
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.pl b/embed.pl
index 419ae4e89c..5b63a35a7c 100755
--- a/embed.pl
+++ b/embed.pl
@@ -2063,7 +2063,7 @@ Ap |U8* |utf16_to_utf8_reversed|U16* p|U8 *d|I32 bytelen
Ap |I32 |utf8_distance |U8 *a|U8 *b
Ap |U8* |utf8_hop |U8 *s|I32 off
Ap |U8* |utf8_to_bytes |U8 *s|STRLEN len
-Ap |U8* |bytes_to_utf8 |U8 *s|STRLEN len
+Ap |U8* |bytes_to_utf8 |U8 *s|STRLEN *len
Ap |UV |utf8_to_uv |U8 *s|I32* retlen
Ap |U8* |uv_to_utf8 |U8 *d|UV uv
p |void |vivify_defelem |SV* sv