summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-05-13 11:09:03 +0000
committerNicholas Clark <nick@ccl4.org>2005-05-13 11:09:03 +0000
commit727879eb6b2788a9f5fecb8eee8070dfc0b326b7 (patch)
tree9c5052d57a5eef99a1d13a42ac5b5618101c2992 /perlapi.h
parentd94cde48b58209946d142fc5018969fd2b8285e8 (diff)
downloadperl-727879eb6b2788a9f5fecb8eee8070dfc0b326b7.tar.gz
Allocate GV bodies from arenas
p4raw-id: //depot/perl@24459
Diffstat (limited to 'perlapi.h')
-rw-r--r--perlapi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/perlapi.h b/perlapi.h
index 2ff02e5349..6ae40a2efe 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -673,6 +673,10 @@ END_EXTERN_C
#define PL_xpvcv_arenaroot (*Perl_Ixpvcv_arenaroot_ptr(aTHX))
#undef PL_xpvcv_root
#define PL_xpvcv_root (*Perl_Ixpvcv_root_ptr(aTHX))
+#undef PL_xpvgv_arenaroot
+#define PL_xpvgv_arenaroot (*Perl_Ixpvgv_arenaroot_ptr(aTHX))
+#undef PL_xpvgv_root
+#define PL_xpvgv_root (*Perl_Ixpvgv_root_ptr(aTHX))
#undef PL_xpvhv_arenaroot
#define PL_xpvhv_arenaroot (*Perl_Ixpvhv_arenaroot_ptr(aTHX))
#undef PL_xpvhv_root