diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-05-13 11:09:03 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-05-13 11:09:03 +0000 |
commit | 727879eb6b2788a9f5fecb8eee8070dfc0b326b7 (patch) | |
tree | 9c5052d57a5eef99a1d13a42ac5b5618101c2992 /perlapi.h | |
parent | d94cde48b58209946d142fc5018969fd2b8285e8 (diff) | |
download | perl-727879eb6b2788a9f5fecb8eee8070dfc0b326b7.tar.gz |
Allocate GV bodies from arenas
p4raw-id: //depot/perl@24459
Diffstat (limited to 'perlapi.h')
-rw-r--r-- | perlapi.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |