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 2349c8c..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)