diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-11-26 00:50:10 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-11-26 00:50:10 +0000 |
commit | be679a9b8e5b022d9dbcf8917ef39627830b4ca2 (patch) | |
tree | 182157292fc7453c5fab3d80135d08f669138dc8 /vms | |
parent | d40103885dfef00fdafa10024e6e4d5e414d1403 (diff) | |
parent | fb54173c01796b37b2259a6538d910d610b2edbb (diff) | |
download | perl-be679a9b8e5b022d9dbcf8917ef39627830b4ca2.tar.gz |
Integrate mainline as of _55
p4raw-id: //depot/ansiperl@305
Diffstat (limited to 'vms')
-rw-r--r-- | vms/vmsish.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vms/vmsish.h b/vms/vmsish.h index 410031cca3..f0de807920 100644 --- a/vms/vmsish.h +++ b/vms/vmsish.h @@ -233,8 +233,8 @@ #endif #define BIT_BUCKET "_NLA0:" -#define PERL_SYS_INIT(c,v) vms_image_init((c),(v)) -#define PERL_SYS_TERM() +#define PERL_SYS_INIT(c,v) vms_image_init((c),(v)), MALLOC_INIT +#define PERL_SYS_TERM() MALLOC_TERM #define dXSUB_SYS #define HAS_KILL #define HAS_WAIT |