summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-11-16 11:31:23 -0700
committerKarl Williamson <khw@cpan.org>2019-11-16 11:37:01 -0700
commit16b18492a3b13a32fa4c894a24245b7f615366e4 (patch)
tree01413e4b6d48a7f9c7914a4cdd07d423ac697f8e /perlapi.h
parent6ca098bb1fca01af6d62a461471dd66be4b5a16b (diff)
downloadperl-16b18492a3b13a32fa4c894a24245b7f615366e4.tar.gz
Remove generation and use of NonFinalFold table
With the revamping done in cc288b7a2732c37504039083ebb98241954636be, the table of Unicode case folds that are more than a single character is no longer used, so no need to generate it, or having it available.
Diffstat (limited to 'perlapi.h')
-rw-r--r--perlapi.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/perlapi.h b/perlapi.h
index 4cfbafecdf..2cf7ce23fe 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -119,8 +119,6 @@ END_EXTERN_C
#define PL_LB_invlist (*Perl_GLB_invlist_ptr(NULL))
#undef PL_Latin1
#define PL_Latin1 (*Perl_GLatin1_ptr(NULL))
-#undef PL_NonFinalFold
-#define PL_NonFinalFold (*Perl_GNonFinalFold_ptr(NULL))
#undef PL_Posix_ptrs
#define PL_Posix_ptrs (*Perl_GPosix_ptrs_ptr(NULL))
#undef PL_Private_Use