summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-11-19 00:21:58 +0000
committerNicholas Clark <nick@ccl4.org>2005-11-19 00:21:58 +0000
commit6a93a7e5bbd9f0bd3bf729ac738270ae82ef9448 (patch)
tree4b60093630597983e09296bcc1e39fe8e396bcdd /perlapi.h
parent89e6eba15d11fe2c88c5f730266690dac444f520 (diff)
downloadperl-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 'perlapi.h')
-rw-r--r--perlapi.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/perlapi.h b/perlapi.h
index d5ebdd73f5..6f027b5ce8 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -312,10 +312,6 @@ END_EXTERN_C
#define PL_hash_seed (*Perl_Ihash_seed_ptr(aTHX))
#undef PL_hash_seed_set
#define PL_hash_seed_set (*Perl_Ihash_seed_set_ptr(aTHX))
-#undef PL_he_arenaroot
-#define PL_he_arenaroot (*Perl_Ihe_arenaroot_ptr(aTHX))
-#undef PL_he_root
-#define PL_he_root (*Perl_Ihe_root_ptr(aTHX))
#undef PL_hintgv
#define PL_hintgv (*Perl_Ihintgv_ptr(aTHX))
#undef PL_hints