diff options
author | Perl 5 Porters <perl5-porters.nicoh.com> | 1996-01-12 02:09:11 +0000 |
---|---|---|
committer | Andy Dougherty <doughera.lafayette.edu> | 1996-01-12 02:09:11 +0000 |
commit | 3c81428c5fa001df0f0ac7d48bfc483afd5efff5 (patch) | |
tree | 8279e47e555a76188ed5d0d481a6773018b5be7c /perl.h | |
parent | 26221e3534264780d1048cb71f853279863ceb01 (diff) | |
download | perl-3c81428c5fa001df0f0ac7d48bfc483afd5efff5.tar.gz |
Updates from Tim's -m/-M/-V patch.
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1101,7 +1101,6 @@ EXT char * oldbufptr; EXT char * oldoldbufptr; EXT char * bufend; EXT expectation expect INIT(XSTATE); /* how to interpret ambiguous tokens */ -EXT char * autoboot_preamble INIT(Nullch); EXT AV * rsfp_filters; EXT I32 multi_start; /* 1st line of multi-line string */ @@ -1366,6 +1365,7 @@ IEXT I32 Idumplvl; /* indentation level on syntax tree dump */ IEXT PMOP * Ioldlastpm; /* for saving regexp context during debugger */ IEXT I32 Igensym; /* next symbol for getsym() to define */ IEXT bool Ipreambled; +IEXT AV * Ipreambleav; IEXT int Ilaststatval IINIT(-1); IEXT I32 Ilaststype IINIT(OP_STAT); |