Assimilate Cwd 2.15 from CPAN
[p5sagit/p5-mst-13.2.git] / intrpvar.h
index 2e9d1af..c97b91e 100644 (file)
@@ -235,7 +235,6 @@ PERLVAR(Iegid,              Gid_t)          /* current effective group id */
 PERLVAR(Inomemok,      bool)           /* let malloc context handle nomem */
 PERLVARI(Ian,          U32,    0)      /* malloc sequence number */
 PERLVARI(Icop_seqmax,  U32,    0)      /* statement sequence number */
-PERLVARI(Iop_seqmax,   U16,    0)      /* op sequence number */
 PERLVARI(Ievalseq,     U32,    0)      /* eval sequence number */
 PERLVAR(Iorigenviron,  char **)
 PERLVAR(Iorigalen,     U32)
@@ -397,15 +396,6 @@ PERLVARA(Ilast_swash_key,10,       U8)
 PERLVAR(Ilast_swash_tmps,      U8 *)
 PERLVAR(Ilast_swash_slen,      STRLEN)
 
-/* ex perly.c globals. Now just placeholders for BINCOMPAT in 5.8.x
- * XXX delete for 5.9.x */
-PERLVAR(IyydebugBINCOMPAT,     int)
-PERLVAR(IyynerrsBINCOMPAT,     int)
-PERLVAR(IyyerrflagBINCOMPAT,   int)
-PERLVAR(IyycharBINCOMPAT,      int)
-PERLVAR(IyyvalBINCOMPAT,       YYSTYPE)
-PERLVAR(IyylvalBINCOMPAT,      YYSTYPE)
-
 PERLVARI(Iglob_index,  int,    0)
 PERLVAR(Isrand_called, bool)
 PERLVARA(Iuudmap,256,  char)