This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl.h: Move some macro definitions
[perl5.git] / embedvar.h
index 75a0cc9..06d4e18 100644 (file)
@@ -40,7 +40,6 @@
 #    define vTHX       PERL_GET_INTERP
 #  endif
 
-#define PL_ASCII               (vTHX->IASCII)
 #define PL_AboveLatin1         (vTHX->IAboveLatin1)
 #define PL_Argv                        (vTHX->IArgv)
 #define PL_Cmd                 (vTHX->ICmd)
@@ -66,6 +65,7 @@
 #define PL_Sock                        (vTHX->ISock)
 #define PL_StdIO               (vTHX->IStdIO)
 #define PL_Sv                  (vTHX->ISv)
+#define PL_UpperLatin1         (vTHX->IUpperLatin1)
 #define PL_XPosix_ptrs         (vTHX->IXPosix_ptrs)
 #define PL_Xpv                 (vTHX->IXpv)
 #define PL_an                  (vTHX->Ian)