diff options
author | Jim Cromie <jcromie@cpan.org> | 2006-01-30 20:33:46 -0700 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-02-01 11:53:04 +0000 |
commit | fdda85ca1d39354422e21aedc492a3fed25d42b9 (patch) | |
tree | 454c31381352b1621b43d5dba56c3568724cc2d4 /intrpvar.h | |
parent | b3d904f31378536c078f52a858f0bfe70f0bade7 (diff) | |
download | perl-fdda85ca1d39354422e21aedc492a3fed25d42b9.tar.gz |
[patch] arena rework - unify arenaroots
Message-ID: <43DF3D0A.3040102@gmail.com>
Date: Tue, 31 Jan 2006 03:33:46 -0700
p4raw-id: //depot/perl@27030
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index 3d3db7aafb..575a5ba17a 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -414,7 +414,7 @@ PERLVAR(Iptr_table, PTR_TBL_t*) #endif PERLVARI(Ibeginav_save, AV*, NULL) /* save BEGIN{}s when compiling */ -PERLVARA(Ibody_arenaroots, SVt_LAST, void*) /* consolidated body-arena pointers */ +PERLVAR(Ibody_arenas, void*) /* pointer to list of body-arenas */ /* 5.6.0 stopped here */ |