diff options
author | Albert Dvornik <bert@genscan.com> | 1998-09-17 15:23:07 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-23 10:41:39 +0000 |
commit | 455ece5e082708b1bd94cff001612bd4efb4d2e9 (patch) | |
tree | e6679b1c862a8bfef5d2dcca86151ec7f7d39148 /objpp.h | |
parent | 9ad0a0f606dfe6bb2ec67942ae23eef93c8ce770 (diff) | |
download | perl-455ece5e082708b1bd94cff001612bd4efb4d2e9.tar.gz |
SSNEW() API for allocating memory on the savestack
Message-Id: <tqemtae338.fsf@puma.genscan.com>
Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
p4raw-id: //depot/perl@1852
Diffstat (limited to 'objpp.h')
-rw-r--r-- | objpp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1144,6 +1144,8 @@ #define savestack_grow CPerlObj::Perl_savestack_grow #undef save_aelem #define save_aelem CPerlObj::Perl_save_aelem +#undef save_alloc +#define save_alloc CPerlObj::Perl_save_alloc #undef save_aptr #define save_aptr CPerlObj::Perl_save_aptr #undef save_ary |