summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-02 15:12:57 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-02 15:12:57 +0000
commitd07ddd77a31b1e57c2f358652e4f3f85d2e29ad4 (patch)
tree7013c4763e4deccb95dbf68591f81dcc612507cc /embed.pl
parent2da3dd1220db0c8e18e8bcc1b6c47f5f168dc6fc (diff)
downloadperl-d07ddd77a31b1e57c2f358652e4f3f85d2e29ad4.tar.gz
One more iteration of the ibcmp_utf8() interface,
hopefully this is a convergent iteration... p4raw-id: //depot/perl@14014
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 929b0146c7..3a72d20e4d 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|I32 len1|bool u1|char **ae|const char* b|I32 len2|bool u2|char **be
+Apd |I32 |ibcmp_utf8 |const char* a|char **pe1|UV l1|bool u1|const char* b|char **pe2|UV l2|bool u2
p |bool |ingroup |Gid_t testgid|Uid_t effective
p |void |init_argv_symbols|int|char **
p |void |init_debugger