diff options
author | Steve Hay <SteveHay@planit.com> | 2004-03-24 13:29:00 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-03-24 14:59:16 +0000 |
commit | ca7ae272c37436849b129d53b917f29db94ee48f (patch) | |
tree | c7cd09c619ac4b3fe2fbf94ea32f1746963b9bb2 /win32/config_H.vc | |
parent | dda0e82829cb66660a3cd10a639eeb06a7cc0917 (diff) | |
download | perl-ca7ae272c37436849b129d53b917f29db94ee48f.tar.gz |
Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
Message-ID: <40618D1C.7000601@uk.radan.com>
Date: Wed, 24 Mar 2004 13:29:00 +0000
p4raw-id: //depot/perl@22579
Diffstat (limited to 'win32/config_H.vc')
-rw-r--r-- | win32/config_H.vc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc index c64d32504d..bfb923299a 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -2156,6 +2156,11 @@ */ /*#define MYMALLOC /**/ +/* PERL_MALLOC_WRAP: + * This symbol, if defined, indicates that we'd like malloc wrap checks. + */ +#define PERL_MALLOC_WRAP /**/ + /* CAN_PROTOTYPE: * If defined, this macro indicates that the C compiler can handle * function prototypes. |