summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-02-09 21:30:13 -0700
committerKarl Williamson <public@khwilliamson.com>2011-02-14 08:41:38 -0700
commiteda9cac17f1c742273b62b039f512bc88ffb37a1 (patch)
tree0daf4270ea9e6d2d16692b4d0ed825c79d427dda /embed.h
parent781aab5ce76879fa60024011ffb8e9327d6d0a96 (diff)
downloadperl-eda9cac17f1c742273b62b039f512bc88ffb37a1.tar.gz
foldEQ_utf8: Add version with flags parameter
The parameter doesn't do anything yet. The old version becomes a macro calling the new version with 0 as the flags.
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 bfd03d4ecd..297e55b07f 100644
--- a/embed.h
+++ b/embed.h
@@ -134,7 +134,7 @@
#define foldEQ Perl_foldEQ
#define foldEQ_latin1 Perl_foldEQ_latin1
#define foldEQ_locale Perl_foldEQ_locale
-#define foldEQ_utf8(a,b,c,d,e,f,g,h) Perl_foldEQ_utf8(aTHX_ a,b,c,d,e,f,g,h)
+#define foldEQ_utf8_flags(a,b,c,d,e,f,g,h,i) Perl_foldEQ_utf8_flags(aTHX_ a,b,c,d,e,f,g,h,i)
#ifndef PERL_IMPLICIT_CONTEXT
#define form Perl_form
#endif