summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-02 03:59:22 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-02 03:59:22 +0000
commit5469e704aecd76ac4296e61a7da26384c20121df (patch)
tree1f0cbbbf7b3771d636c0da23f782826ff89594c5 /embed.pl
parent90e434f8137374c16423b24d56379f90ac2ff006 (diff)
downloadperl-5469e704aecd76ac4296e61a7da26384c20121df.tar.gz
Make ibcmp_utf8() optionally progress in either string for
as long as it takes and optionally record how far it got. p4raw-id: //depot/perl@14010
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 67d7d0cce9..929b0146c7 100755
--- a/embed.pl
+++ b/embed.pl
@@ -1333,7 +1333,7 @@ Apd |HE* |hv_store_ent |HV* tb|SV* key|SV* val|U32 hash
Apd |void |hv_undef |HV* tb
Ap |I32 |ibcmp |const char* a|const char* b|I32 len
Ap |I32 |ibcmp_locale |const char* a|const char* b|I32 len
-Apd |I32 |ibcmp_utf8 |const char* a|bool ua|I32 len1|const char* b|bool ub|I32 len2
+Apd |I32 |ibcmp_utf8 |const char* a|I32 len1|bool u1|char **ae|const char* b|I32 len2|bool u2|char **be
p |bool |ingroup |Gid_t testgid|Uid_t effective
p |void |init_argv_symbols|int|char **
p |void |init_debugger