summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-02 03:59:22 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-02 03:59:22 +0000
commit5469e704aecd76ac4296e61a7da26384c20121df (patch)
tree1f0cbbbf7b3771d636c0da23f782826ff89594c5 /embed.h
parent90e434f8137374c16423b24d56379f90ac2ff006 (diff)
downloadperl-5469e704aecd76ac4296e61a7da26384c20121df.tar.gz
Make ibcmp_utf8() optionally progress in either string for
as long as it takes and optionally record how far it got. p4raw-id: //depot/perl@14010
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index 273e199a4c..7a8e421ca1 100644
--- a/embed.h
+++ b/embed.h
@@ -1814,7 +1814,7 @@
#define hv_undef(a) Perl_hv_undef(aTHX_ a)
#define ibcmp(a,b,c) Perl_ibcmp(aTHX_ a,b,c)
#define ibcmp_locale(a,b,c) Perl_ibcmp_locale(aTHX_ a,b,c)
-#define ibcmp_utf8(a,b,c,d,e,f) Perl_ibcmp_utf8(aTHX_ a,b,c,d,e,f)
+#define ibcmp_utf8(a,b,c,d,e,f,g,h) Perl_ibcmp_utf8(aTHX_ a,b,c,d,e,f,g,h)
#define ingroup(a,b) Perl_ingroup(aTHX_ a,b)
#define init_argv_symbols(a,b) Perl_init_argv_symbols(aTHX_ a,b)
#define init_debugger() Perl_init_debugger(aTHX)