summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters.nicoh.com>1996-01-12 02:09:11 +0000
committerAndy Dougherty <doughera.lafayette.edu>1996-01-12 02:09:11 +0000
commit3c81428c5fa001df0f0ac7d48bfc483afd5efff5 (patch)
tree8279e47e555a76188ed5d0d481a6773018b5be7c /embed.h
parent26221e3534264780d1048cb71f853279863ceb01 (diff)
downloadperl-3c81428c5fa001df0f0ac7d48bfc483afd5efff5.tar.gz
Updates from Tim's -m/-M/-V patch.
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index 14f6020dc8..983771ee16 100644
--- 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
@@ -1109,6 +1108,7 @@
#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)
@@ -1267,6 +1267,7 @@
#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