summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-12-19 10:13:27 -0700
committerKarl Williamson <khw@cpan.org>2018-12-25 09:08:10 -0700
commitac7b6cfc962deceb2adc1c179141d8a92384e9aa (patch)
tree168dae27847a2a4858a4241267ed56cbe98ca68f /perlapi.h
parent20fda8317523a13dd63cdafcc2a2209f13d564f8 (diff)
downloadperl-ac7b6cfc962deceb2adc1c179141d8a92384e9aa.tar.gz
Change name of PL_utf8_foldable variable
This variable's name was out-of-date and misleading. It is the name of an inversion list that contains all the code points in the current version of Unicode that participate in any way in a /i type of fold.
Diffstat (limited to 'perlapi.h')
-rw-r--r--perlapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/perlapi.h b/perlapi.h
index bd1d4348d0..e8df69bfd3 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -157,6 +157,8 @@ END_EXTERN_C
#define PL_hash_state (*Perl_Ghash_state_ptr(NULL))
#undef PL_hints_mutex
#define PL_hints_mutex (*Perl_Ghints_mutex_ptr(NULL))
+#undef PL_in_some_fold
+#define PL_in_some_fold (*Perl_Gin_some_fold_ptr(NULL))
#undef PL_keyword_plugin
#define PL_keyword_plugin (*Perl_Gkeyword_plugin_ptr(NULL))
#undef PL_keyword_plugin_mutex
@@ -215,8 +217,6 @@ END_EXTERN_C
#define PL_utf8_charname_begin (*Perl_Gutf8_charname_begin_ptr(NULL))
#undef PL_utf8_charname_continue
#define PL_utf8_charname_continue (*Perl_Gutf8_charname_continue_ptr(NULL))
-#undef PL_utf8_foldable
-#define PL_utf8_foldable (*Perl_Gutf8_foldable_ptr(NULL))
#undef PL_utf8_foldclosures
#define PL_utf8_foldclosures (*Perl_Gutf8_foldclosures_ptr(NULL))
#undef PL_utf8_idcont