This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Epigraphs for 5.24.4 and 5.26.2
[perl5.git] / embedvar.h
index 4e39a94..e038ae7 100644 (file)
 #define PL_unitcheckav_save    (vTHX->Iunitcheckav_save)
 #define PL_unlockhook          (vTHX->Iunlockhook)
 #define PL_unsafe              (vTHX->Iunsafe)
-#define PL_utf8_charname_begin (vTHX->Iutf8_charname_begin)
-#define PL_utf8_charname_continue      (vTHX->Iutf8_charname_continue)
-#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)
 #define PL_Gtimesbase          (my_vars->Gtimesbase)
 #define PL_use_safe_putenv     (my_vars->Guse_safe_putenv)
 #define PL_Guse_safe_putenv    (my_vars->Guse_safe_putenv)
+#define PL_utf8_charname_begin (my_vars->Gutf8_charname_begin)
+#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)
 #define PL_Gutf8_idcont                (my_vars->Gutf8_idcont)
 #define PL_utf8_idstart                (my_vars->Gutf8_idstart)
 #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)