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 92bd2ae..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)