summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-08-22 13:36:44 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-22 13:36:44 +0000
commit059a8bb71dff4eb7a6ca47bbe766a3e1c7c58020 (patch)
tree9d22fbfcafc8c55cc7133507c464803748550696 /intrpvar.h
parent10d9c778f985d5d6d434ffb325e0b7b1d8369cb5 (diff)
downloadperl-059a8bb71dff4eb7a6ca47bbe766a3e1c7c58020.tar.gz
Bytecompiler patches from Benjamin Stuhl.
p4raw-id: //depot/perl@6763
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h1
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 */