summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-11-02 05:40:21 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-02 05:40:21 +0000
commita01dae6bb722396dd60c7e3ee4935c3bc77d5bc1 (patch)
tree6d34ffc64b0fafedddf4bae14f66c8f88cbc3a4b /embed.pl
parentec2cc3bea94c2037e17888ccc7fdfdfd409f72cd (diff)
downloadperl-a01dae6bb722396dd60c7e3ee4935c3bc77d5bc1.tar.gz
Add documentation.
p4raw-id: //depot/perl@12808
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 42b714ba1c..37b2cbd084 100755
--- a/embed.pl
+++ b/embed.pl
@@ -1819,7 +1819,7 @@ Ap |SV* |swash_init |char* pkg|char* name|SV* listsv \
Ap |UV |swash_fetch |SV *sv|U8 *ptr|bool do_utf8
Ap |void |taint_env
Ap |void |taint_proper |const char* f|const char* s
-Ap |UV |to_utf8_case |U8 *p|U8* ustrp|STRLEN *lenp \
+Apd |UV |to_utf8_case |U8 *p|U8* ustrp|STRLEN *lenp \
|SV **swash|char *normal|char *special
Ap |UV |to_utf8_lower |U8 *p|U8* ustrp|STRLEN *lenp
Ap |UV |to_utf8_upper |U8 *p|U8* ustrp|STRLEN *lenp