This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update HTTP-Tiny to CPAN version 0.024
[perl5.git] / embedvar.h
index 877e811..dc2583d 100644 (file)
@@ -53,6 +53,7 @@
 #define PL_DBtrace             (vTHX->IDBtrace)
 #define PL_Dir                 (vTHX->IDir)
 #define PL_Env                 (vTHX->IEnv)
+#define PL_HasMultiCharFold    (vTHX->IHasMultiCharFold)
 #define PL_L1Cased             (vTHX->IL1Cased)
 #define PL_L1PosixAlnum                (vTHX->IL1PosixAlnum)
 #define PL_L1PosixAlpha                (vTHX->IL1PosixAlpha)
 #define PL_filemode            (vTHX->Ifilemode)
 #define PL_firstgv             (vTHX->Ifirstgv)
 #define PL_forkprocess         (vTHX->Iforkprocess)
-#define PL_formfeed            (vTHX->Iformfeed)
 #define PL_formtarget          (vTHX->Iformtarget)
 #define PL_generation          (vTHX->Igeneration)
 #define PL_gensym              (vTHX->Igensym)
 #define PL_unitcheckav_save    (vTHX->Iunitcheckav_save)
 #define PL_unlockhook          (vTHX->Iunlockhook)
 #define PL_unsafe              (vTHX->Iunsafe)
-#define PL_utf8_X_L            (vTHX->Iutf8_X_L)
 #define PL_utf8_X_LVT          (vTHX->Iutf8_X_LVT)
-#define PL_utf8_X_LV_LVT_V     (vTHX->Iutf8_X_LV_LVT_V)
-#define PL_utf8_X_RI           (vTHX->Iutf8_X_RI)
-#define PL_utf8_X_T            (vTHX->Iutf8_X_T)
-#define PL_utf8_X_V            (vTHX->Iutf8_X_V)
 #define PL_utf8_X_extend       (vTHX->Iutf8_X_extend)
-#define PL_utf8_X_prepend      (vTHX->Iutf8_X_prepend)
 #define PL_utf8_X_regular_begin        (vTHX->Iutf8_X_regular_begin)
-#define PL_utf8_X_special_begin        (vTHX->Iutf8_X_special_begin)
 #define PL_utf8_alnum          (vTHX->Iutf8_alnum)
 #define PL_utf8_alpha          (vTHX->Iutf8_alpha)
 #define PL_utf8_blank          (vTHX->Iutf8_blank)
 #define PL_utf8_perl_idstart   (vTHX->Iutf8_perl_idstart)
 #define PL_utf8_print          (vTHX->Iutf8_print)
 #define PL_utf8_punct          (vTHX->Iutf8_punct)
-#define PL_utf8_quotemeta      (vTHX->Iutf8_quotemeta)
 #define PL_utf8_space          (vTHX->Iutf8_space)
 #define PL_utf8_tofold         (vTHX->Iutf8_tofold)
 #define PL_utf8_tolower                (vTHX->Iutf8_tolower)