diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-11-19 00:21:58 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-11-19 00:21:58 +0000 |
commit | 6a93a7e5bbd9f0bd3bf729ac738270ae82ef9448 (patch) | |
tree | 4b60093630597983e09296bcc1e39fe8e396bcdd /intrpvar.h | |
parent | 89e6eba15d11fe2c88c5f730266690dac444f520 (diff) | |
download | perl-6a93a7e5bbd9f0bd3bf729ac738270ae82ef9448.tar.gz |
Map the HE arena onto SV type 0 (SVt_NULL).
Abolish PL_he_root and PL_he_arenaroot.
p4raw-id: //depot/perl@26171
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/intrpvar.h b/intrpvar.h index 7c14985aaf..9b95aad287 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -249,8 +249,6 @@ PERLVAR(Isighandlerp, Sighandler_t) PERLVARA(Ibody_roots, SVt_LAST, void*) /* array of body roots */ -PERLVAR(Ihe_root, HE *) /* free he list */ - PERLVAR(Inice_chunk, char *) /* a nice chunk of memory to reuse */ PERLVAR(Inice_chunk_size, U32) /* how nice the chunk of memory is */ @@ -417,8 +415,6 @@ PERLVARI(Ibeginav_save, AV*, Nullav) /* save BEGIN{}s when compiling */ PERLVARA(Ibody_arenaroots, SVt_LAST, void*) /* consolidated body-arena pointers */ -PERLVAR(Ihe_arenaroot, HE *) /* list of allocated he areas */ - /* 5.6.0 stopped here */ PERLVAR(Ipsig_pend, int *) /* per-signal "count" of pending */ |