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 | 97f8007b2754f4f567e7e6cee2b58e766bf63647 (patch) | |
tree | 11df6fb10d4e8bca0069f7509632e09304816644 /embed.pl | |
parent | a3bb041f1a9ce6ba6bce2ab52dc2cebbdc44766c (diff) | |
download | perl-97f8007b2754f4f567e7e6cee2b58e766bf63647.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 |