Updates from Tim's -m/-M/-V patch.
[p5sagit/p5-mst-13.2.git] / embed.h
diff --git a/embed.h b/embed.h
index 14f6020..983771e 100644 (file)
--- a/embed.h
+++ b/embed.h
@@ -17,7 +17,6 @@
 #define amagic_generation      Perl_amagic_generation
 #define an             Perl_an
 #define atan2_amg      Perl_atan2_amg
-#define autoboot_preamble      Perl_autoboot_preamble
 #define band_amg       Perl_band_amg
 #define bool__amg      Perl_bool__amg
 #define bor_amg                Perl_bor_amg
 #define perl_destruct_level    (curinterp->Iperl_destruct_level)
 #define pidstatus      (curinterp->Ipidstatus)
 #define preambled      (curinterp->Ipreambled)
+#define preambleav     (curinterp->Ipreambleav)
 #define preprocess     (curinterp->Ipreprocess)
 #define restartop      (curinterp->Irestartop)
 #define rightgv                (curinterp->Irightgv)
 #define Iperl_destruct_level   perl_destruct_level
 #define Ipidstatus     pidstatus
 #define Ipreambled     preambled
+#define Ipreambleav    preambleav
 #define Ipreprocess    preprocess
 #define Irestartop     restartop
 #define Irightgv       rightgv