perldoc pod update
[p5sagit/p5-mst-13.2.git] / embedvar.h
index a6ab6bc..67761b1 100644 (file)
 #define PL_collxfrm_base       (PL_Vars.Gcollxfrm_base)
 #define PL_collxfrm_mult       (PL_Vars.Gcollxfrm_mult)
 #define PL_cop_seqmax          (PL_Vars.Gcop_seqmax)
+#define PL_cred_mutex          (PL_Vars.Gcred_mutex)
 #define PL_cryptseen           (PL_Vars.Gcryptseen)
 #define PL_cshlen              (PL_Vars.Gcshlen)
 #define PL_cshname             (PL_Vars.Gcshname)
 #define PL_yyerrflag           (PL_Vars.Gyyerrflag)
 #define PL_yylval              (PL_Vars.Gyylval)
 #define PL_yynerrs             (PL_Vars.Gyynerrs)
-#define PL_yyssp               (PL_Vars.Gyyssp)
 #define PL_yyval               (PL_Vars.Gyyval)
-#define PL_yyvsp               (PL_Vars.Gyyvsp)
 
 #else /* !PERL_GLOBAL_STRUCT */
 
 #define PL_Gcollxfrm_base      PL_collxfrm_base
 #define PL_Gcollxfrm_mult      PL_collxfrm_mult
 #define PL_Gcop_seqmax         PL_cop_seqmax
+#define PL_Gcred_mutex         PL_cred_mutex
 #define PL_Gcryptseen          PL_cryptseen
 #define PL_Gcshlen             PL_cshlen
 #define PL_Gcshname            PL_cshname
 #define PL_Gyyerrflag          PL_yyerrflag
 #define PL_Gyylval             PL_yylval
 #define PL_Gyynerrs            PL_yynerrs
-#define PL_Gyyssp              PL_yyssp
 #define PL_Gyyval              PL_yyval
-#define PL_Gyyvsp              PL_yyvsp
 
 #ifdef EMBED
 
 #endif /* PERL_GLOBAL_STRUCT */
 
 
-#ifndef MIN_PERL_DEFINE  
+#if 0 /* ndef MIN_PERL_DEFINE */       /* unsupported in 5.006 */
 
 #define DBsingle               PL_DBsingle
 #define DBsub                  PL_DBsub