diff options
author | Jim Cromie <jcromie@cpan.org> | 2006-02-04 22:31:14 -0700 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-02-05 22:00:11 +0000 |
commit | 476a1e16f1a85a366e08179098d846acf0b42939 (patch) | |
tree | f5a3d40781f3ee47751f5e5009acd696b15f4900 /hv.c | |
parent | 84fc275b0c62bafad833d20cf8222d1372e9fd12 (diff) | |
download | perl-476a1e16f1a85a366e08179098d846acf0b42939.tar.gz |
[patch] rework arenas - repair arenasets
Message-ID: <43E5F012.1080203@gmail.com>
Date: Sun, 05 Feb 2006 05:31:14 -0700
p4raw-id: //depot/perl@27097
Diffstat (limited to 'hv.c')
-rw-r--r-- | hv.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -44,8 +44,6 @@ S_more_he(pTHX) HE* heend; he = (HE*) Perl_get_arena(aTHX_ PERL_ARENA_SIZE); - HeNEXT(he) = (HE*) PL_body_arenas; - PL_body_arenas = he; heend = &he[PERL_ARENA_SIZE / sizeof(HE) - 1]; PL_body_roots[HE_SVSLOT] = ++he; |