diff options
author | Karl Williamson <khw@cpan.org> | 2018-03-31 12:47:32 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2018-03-31 16:03:22 -0600 |
commit | 7c0ab9502f21a6f698530941dfcc8635acbcb693 (patch) | |
tree | 81a47467bfaad399ef3fe03a1b70a67c89199261 /embed.h | |
parent | 1ec613c381d7597312d4c724dbb99ab036583348 (diff) | |
download | perl-7c0ab9502f21a6f698530941dfcc8635acbcb693.tar.gz |
utf8.c: Remove unused thread context for core-only fcn
Diffstat (limited to 'embed.h')
-rw-r--r-- | embed.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |