summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorTom Hughes <tom@compton.nu>1999-05-27 00:59:49 +0100
committerJarkko Hietaniemi <jhi@iki.fi>1999-05-28 17:13:23 +0000
commite8edd1e67bd80dbb476d68f78da80ae76c0eb341 (patch)
tree08109c36ed32868be933b6115d3e25e6c37ac6a9 /intrpvar.h
parent697943021785eb8447e25eb51a6f27fd78921863 (diff)
downloadperl-e8edd1e67bd80dbb476d68f78da80ae76c0eb341.tar.gz
ByteLoader mark 2
To: perl5-porters@perl.org Message-ID: <bf337a0849.tom@compton.compton.nu> plus resolve tiny conflict with #3479 plus regen_headers. p4raw-id: //depot/cfgperl@3499
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/intrpvar.h b/intrpvar.h
index e4f112e222..d28d1987bb 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -200,12 +200,6 @@ PERLVARI(Ithreadnum, U32, 0) /* incremented each thread creation */
PERLVAR(Istrtab_mutex, perl_mutex) /* Mutex for string table access */
#endif /* USE_THREADS */
-PERLVARI(Ibytecode_iv_overflows,int, 0) /* from bytecode.h */
-PERLVAR(Ibytecode_sv, SV *)
-PERLVAR(Ibytecode_pv, XPV)
-PERLVAR(Ibytecode_obj_list, void **)
-PERLVARI(Ibytecode_obj_list_fill, I32, -1)
-
#ifdef PERL_OBJECT
PERLVARI(piMem, IPerlMem*, NULL)
PERLVARI(piENV, IPerlEnv*, NULL)