diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-02 15:12:57 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-02 15:12:57 +0000 |
commit | d07ddd77a31b1e57c2f358652e4f3f85d2e29ad4 (patch) | |
tree | 7013c4763e4deccb95dbf68591f81dcc612507cc /proto.h | |
parent | 2da3dd1220db0c8e18e8bcc1b6c47f5f168dc6fc (diff) | |
download | perl-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 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -315,7 +315,7 @@ PERL_CALLCONV HE* Perl_hv_store_ent(pTHX_ HV* tb, SV* key, SV* val, U32 hash); PERL_CALLCONV void Perl_hv_undef(pTHX_ HV* tb); PERL_CALLCONV I32 Perl_ibcmp(pTHX_ const char* a, const char* b, I32 len); PERL_CALLCONV I32 Perl_ibcmp_locale(pTHX_ const char* a, const char* b, I32 len); -PERL_CALLCONV I32 Perl_ibcmp_utf8(pTHX_ const char* a, I32 len1, bool u1, char **ae, const char* b, I32 len2, bool u2, char **be); +PERL_CALLCONV I32 Perl_ibcmp_utf8(pTHX_ const char* a, char **pe1, UV l1, bool u1, const char* b, char **pe2, UV l2, bool u2); PERL_CALLCONV bool Perl_ingroup(pTHX_ Gid_t testgid, Uid_t effective); PERL_CALLCONV void Perl_init_argv_symbols(pTHX_ int, char **); PERL_CALLCONV void Perl_init_debugger(pTHX); |