summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-12-07 18:23:47 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-12-07 18:23:47 +0000
commitb06226ff370ef661c3ff28e6f65e1ba0ef078609 (patch)
tree0cbb3e1046b115ca268a0ea37cc2496783af6ab1 /embed.pl
parentf4db98e1cd183f1e13ca530083e74216f380f549 (diff)
downloadperl-b06226ff370ef661c3ff28e6f65e1ba0ef078609.tar.gz
Document utf8_length(), utf8_distance(), and utf8_hop().
p4raw-id: //depot/perl@8023
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 ac43b0757d..35b714f659 100755
--- a/embed.pl
+++ b/embed.pl
@@ -2079,7 +2079,7 @@ ApM |U8* |utf8_to_bytes |U8 *s|STRLEN *len
ApM |U8* |bytes_to_utf8 |U8 *s|STRLEN *len
Ap |UV |utf8_to_uv_simple|U8 *s|STRLEN* retlen
Ap |UV |utf8_to_uv |U8 *s|STRLEN curlen|STRLEN* retlen|U32 flags
-Ap |U8* |uv_to_utf8|U8 *d|UV uv
+Ap |U8* |uv_to_utf8 |U8 *d|UV uv
p |void |vivify_defelem |SV* sv
p |void |vivify_ref |SV* sv|U32 to_what
p |I32 |wait4pid |Pid_t pid|int* statusp|int flags