diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-22 13:36:44 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-22 13:36:44 +0000 |
commit | 059a8bb71dff4eb7a6ca47bbe766a3e1c7c58020 (patch) | |
tree | 9d22fbfcafc8c55cc7133507c464803748550696 /intrpvar.h | |
parent | 10d9c778f985d5d6d434ffb325e0b7b1d8369cb5 (diff) | |
download | perl-059a8bb71dff4eb7a6ca47bbe766a3e1c7c58020.tar.gz |
Bytecompiler patches from Benjamin Stuhl.
p4raw-id: //depot/perl@6763
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h index f84de796c7..07ec33ede6 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -443,6 +443,7 @@ PERLVAR(IProc, struct IPerlProc*) #if defined(USE_ITHREADS) PERLVAR(Iptr_table, PTR_TBL_t*) #endif +PERLVARI(Ibeginav_save, AV*, Nullav) /* save BEGIN{}s when compiling */ #ifdef USE_THREADS PERLVAR(Ifdpid_mutex, perl_mutex) /* mutex for fdpid array */ |