summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-03-31 12:47:32 -0600
committerKarl Williamson <khw@cpan.org>2018-03-31 16:03:22 -0600
commit7c0ab9502f21a6f698530941dfcc8635acbcb693 (patch)
tree81a47467bfaad399ef3fe03a1b70a67c89199261 /embed.h
parent1ec613c381d7597312d4c724dbb99ab036583348 (diff)
downloadperl-7c0ab9502f21a6f698530941dfcc8635acbcb693.tar.gz
utf8.c: Remove unused thread context for core-only fcn
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 d23400c5ba..cf7ec3e5e6 100644
--- a/embed.h
+++ b/embed.h
@@ -1152,7 +1152,7 @@
#define isFOO_lc(a,b) Perl_isFOO_lc(aTHX_ a,b)
# endif
# if defined(PERL_IN_UTF8_C) || defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_REGEXEC_C)
-#define _to_fold_latin1(a,b,c,d) Perl__to_fold_latin1(aTHX_ a,b,c,d)
+#define _to_fold_latin1 Perl__to_fold_latin1
# endif
#endif
#ifdef PERL_CORE