diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1997-11-25 20:32:12 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1997-11-25 20:32:12 +0000 |
commit | 0372dfcfb12b34b2d22f799e7534240631131ef3 (patch) | |
tree | 476df90fb38ec74c673236a5f450684ab19c9f32 /vms | |
parent | d8b5173a253b0e32501b412922cc7aba3e1c7072 (diff) | |
parent | fb54173c01796b37b2259a6538d910d610b2edbb (diff) | |
download | perl-0372dfcfb12b34b2d22f799e7534240631131ef3.tar.gz |
[win32] reverse integrate mainline
p4raw-id: //depot/win32/perl@302
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 |