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 | a492e16ea7910f12385b57181a307743a5707c1e (patch) | |
tree | c7cd09c619ac4b3fe2fbf94ea32f1746963b9bb2 /win32/config_H.gc | |
parent | 50e58b9587bb305503ee0bed471bcab9f2d41747 (diff) | |
download | perl-a492e16ea7910f12385b57181a307743a5707c1e.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.gc')
-rw-r--r-- | win32/config_H.gc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc index a3f31ab51b..f59e746c4f 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -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. |