This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make op/write.t work better under stdio by running the subtests
[perl5.git] / embedvar.h
index 104d853..8db07af 100644 (file)
 #define PL_oldname             (vTHX->Ioldname)
 #define PL_oldoldbufptr                (vTHX->Ioldoldbufptr)
 #define PL_op_mask             (vTHX->Iop_mask)
-#define PL_op_seqmax           (vTHX->Iop_seqmax)
 #define PL_origalen            (vTHX->Iorigalen)
 #define PL_origargc            (vTHX->Iorigargc)
 #define PL_origargv            (vTHX->Iorigargv)
 #define PL_xpvnv_root          (vTHX->Ixpvnv_root)
 #define PL_xrv_arenaroot       (vTHX->Ixrv_arenaroot)
 #define PL_xrv_root            (vTHX->Ixrv_root)
-#define PL_yycharBINCOMPAT     (vTHX->IyycharBINCOMPAT)
-#define PL_yydebugBINCOMPAT    (vTHX->IyydebugBINCOMPAT)
-#define PL_yyerrflagBINCOMPAT  (vTHX->IyyerrflagBINCOMPAT)
-#define PL_yylvalBINCOMPAT     (vTHX->IyylvalBINCOMPAT)
-#define PL_yynerrsBINCOMPAT    (vTHX->IyynerrsBINCOMPAT)
-#define PL_yyvalBINCOMPAT      (vTHX->IyyvalBINCOMPAT)
+#define PL_yycharp             (vTHX->Iyycharp)
+#define PL_yylvalp             (vTHX->Iyylvalp)
 
 #else  /* !MULTIPLICITY */
 
 #define PL_Ioldname            PL_oldname
 #define PL_Ioldoldbufptr       PL_oldoldbufptr
 #define PL_Iop_mask            PL_op_mask
-#define PL_Iop_seqmax          PL_op_seqmax
 #define PL_Iorigalen           PL_origalen
 #define PL_Iorigargc           PL_origargc
 #define PL_Iorigargv           PL_origargv
 #define PL_Ixpvnv_root         PL_xpvnv_root
 #define PL_Ixrv_arenaroot      PL_xrv_arenaroot
 #define PL_Ixrv_root           PL_xrv_root
-#define PL_IyycharBINCOMPAT    PL_yycharBINCOMPAT
-#define PL_IyydebugBINCOMPAT   PL_yydebugBINCOMPAT
-#define PL_IyyerrflagBINCOMPAT PL_yyerrflagBINCOMPAT
-#define PL_IyylvalBINCOMPAT    PL_yylvalBINCOMPAT
-#define PL_IyynerrsBINCOMPAT   PL_yynerrsBINCOMPAT
-#define PL_IyyvalBINCOMPAT     PL_yyvalBINCOMPAT
+#define PL_Iyycharp            PL_yycharp
+#define PL_Iyylvalp            PL_yylvalp
 
 #define PL_TSv                 PL_Sv
 #define PL_TXpv                        PL_Xpv