summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorJim Cromie <jcromie@cpan.org>2006-01-30 20:33:46 -0700
committerNicholas Clark <nick@ccl4.org>2006-02-01 11:53:04 +0000
commitfdda85ca1d39354422e21aedc492a3fed25d42b9 (patch)
tree454c31381352b1621b43d5dba56c3568724cc2d4 /embedvar.h
parentb3d904f31378536c078f52a858f0bfe70f0bade7 (diff)
downloadperl-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 'embedvar.h')
-rw-r--r--embedvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/embedvar.h b/embedvar.h
index 3796bc619c..f699cc21cb 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -191,7 +191,7 @@
#define PL_beginav (vTHX->Ibeginav)
#define PL_beginav_save (vTHX->Ibeginav_save)
#define PL_bitcount (vTHX->Ibitcount)
-#define PL_body_arenaroots (vTHX->Ibody_arenaroots)
+#define PL_body_arenas (vTHX->Ibody_arenas)
#define PL_body_roots (vTHX->Ibody_roots)
#define PL_bufend (vTHX->Ibufend)
#define PL_bufptr (vTHX->Ibufptr)
@@ -473,7 +473,7 @@
#define PL_Ibeginav PL_beginav
#define PL_Ibeginav_save PL_beginav_save
#define PL_Ibitcount PL_bitcount
-#define PL_Ibody_arenaroots PL_body_arenaroots
+#define PL_Ibody_arenas PL_body_arenas
#define PL_Ibody_roots PL_body_roots
#define PL_Ibufend PL_bufend
#define PL_Ibufptr PL_bufptr