summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'embedvar.h')
-rw-r--r--embedvar.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/embedvar.h b/embedvar.h
index 4e39a94bcf..e34496522e 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -341,11 +341,6 @@
#define PL_utf8_foldclosures (vTHX->Iutf8_foldclosures)
#define PL_utf8_mark (vTHX->Iutf8_mark)
#define PL_utf8_swash_ptrs (vTHX->Iutf8_swash_ptrs)
-#define PL_utf8_tofold (vTHX->Iutf8_tofold)
-#define PL_utf8_tolower (vTHX->Iutf8_tolower)
-#define PL_utf8_tosimplefold (vTHX->Iutf8_tosimplefold)
-#define PL_utf8_totitle (vTHX->Iutf8_totitle)
-#define PL_utf8_toupper (vTHX->Iutf8_toupper)
#define PL_utf8cache (vTHX->Iutf8cache)
#define PL_utf8locale (vTHX->Iutf8locale)
#define PL_warn_locale (vTHX->Iwarn_locale)
@@ -478,6 +473,16 @@
#define PL_Gutf8_perl_idcont (my_vars->Gutf8_perl_idcont)
#define PL_utf8_perl_idstart (my_vars->Gutf8_perl_idstart)
#define PL_Gutf8_perl_idstart (my_vars->Gutf8_perl_idstart)
+#define PL_utf8_tofold (my_vars->Gutf8_tofold)
+#define PL_Gutf8_tofold (my_vars->Gutf8_tofold)
+#define PL_utf8_tolower (my_vars->Gutf8_tolower)
+#define PL_Gutf8_tolower (my_vars->Gutf8_tolower)
+#define PL_utf8_tosimplefold (my_vars->Gutf8_tosimplefold)
+#define PL_Gutf8_tosimplefold (my_vars->Gutf8_tosimplefold)
+#define PL_utf8_totitle (my_vars->Gutf8_totitle)
+#define PL_Gutf8_totitle (my_vars->Gutf8_totitle)
+#define PL_utf8_toupper (my_vars->Gutf8_toupper)
+#define PL_Gutf8_toupper (my_vars->Gutf8_toupper)
#define PL_utf8_xidcont (my_vars->Gutf8_xidcont)
#define PL_Gutf8_xidcont (my_vars->Gutf8_xidcont)
#define PL_utf8_xidstart (my_vars->Gutf8_xidstart)