diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-13 04:38:19 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-13 04:38:19 +0000 |
commit | 332ddc25e33054764b72da8fd0b572ab1c6c6e65 (patch) | |
tree | 11df6fb10d4e8bca0069f7509632e09304816644 /embed.pl | |
parent | c4fbe2471f42249bd57e1c071c99349d2331aea5 (diff) | |
download | perl-332ddc25e33054764b72da8fd0b572ab1c6c6e65.tar.gz |
It could be possible for the case-insensitive
Unicode-aware string comparison to wander off
to the la-la land.
p4raw-id: //depot/perl@13669
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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|const char* b|bool ub|I32 len +Apd |I32 |ibcmp_utf8 |const char* a|bool ua|I32 len1|const char* b|bool ub|I32 len2 p |bool |ingroup |Gid_t testgid|Uid_t effective p |void |init_argv_symbols|int|char ** p |void |init_debugger |