summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-11-28 03:23:04 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-28 03:23:04 +0000
commit701a277b5182d929c4baa83d419c46c6d08d2101 (patch)
tree648edde7c33bda4c266026fcc73b5fc5ce22ca05 /proto.h
parenteca89c5aec5fdc75755d569b277e8d7a65800f20 (diff)
downloadperl-701a277b5182d929c4baa83d419c46c6d08d2101.tar.gz
Fix for "a\x{100}" =~ /A/i.
p4raw-id: //depot/perl@13332
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index a042c5ac94..1073831666 100644
--- a/proto.h
+++ b/proto.h
@@ -315,6 +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, bool ua, const char* b, bool ub, I32 len);
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);