summaryrefslogtreecommitdiff
path: root/embedvar.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 /embedvar.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 'embedvar.h')
-rw-r--r--embedvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/embedvar.h b/embedvar.h
index 8743da7778..db3e8aafb9 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -405,6 +405,8 @@
#define PL_Ghash_state (my_vars->Ghash_state)
#define PL_hints_mutex (my_vars->Ghints_mutex)
#define PL_Ghints_mutex (my_vars->Ghints_mutex)
+#define PL_in_some_fold (my_vars->Gin_some_fold)
+#define PL_Gin_some_fold (my_vars->Gin_some_fold)
#define PL_keyword_plugin (my_vars->Gkeyword_plugin)
#define PL_Gkeyword_plugin (my_vars->Gkeyword_plugin)
#define PL_keyword_plugin_mutex (my_vars->Gkeyword_plugin_mutex)
@@ -467,8 +469,6 @@
#define PL_Gutf8_charname_begin (my_vars->Gutf8_charname_begin)
#define PL_utf8_charname_continue (my_vars->Gutf8_charname_continue)
#define PL_Gutf8_charname_continue (my_vars->Gutf8_charname_continue)
-#define PL_utf8_foldable (my_vars->Gutf8_foldable)
-#define PL_Gutf8_foldable (my_vars->Gutf8_foldable)
#define PL_utf8_foldclosures (my_vars->Gutf8_foldclosures)
#define PL_Gutf8_foldclosures (my_vars->Gutf8_foldclosures)
#define PL_utf8_idcont (my_vars->Gutf8_idcont)