summaryrefslogtreecommitdiff
path: root/win32/config_H.bc
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2005-07-25 14:37:41 +0000
committerSteve Hay <SteveHay@planit.com>2005-07-25 14:37:41 +0000
commit075502290ff69af888b5629ff1fecf91d588fbbd (patch)
tree99d7d0d2067c95b9c1ef404f6844227322ee6b90 /win32/config_H.bc
parent5c71b354394b716d454ace0c48305ad74467e50e (diff)
downloadperl-075502290ff69af888b5629ff1fecf91d588fbbd.tar.gz
Reinstate PERL_MALLOC_WRAP for bcc32 on Win32
This was disabled by change 22689 because it was severely broken at the time. See the thread starting here: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-04/msg00370.html The PERL_MALLOC_WRAP code in handy.h has since changed along the lines of what was discussed in that thread (in particular, by change 25034) and I find that everything is now fine with PERL_MALLOC_WRAP re-enabled. p4raw-id: //depot/perl@25226
Diffstat (limited to 'win32/config_H.bc')
-rw-r--r--win32/config_H.bc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc
index 4436391a0e..90dca76543 100644
--- a/win32/config_H.bc
+++ b/win32/config_H.bc
@@ -3037,7 +3037,7 @@
/* PERL_MALLOC_WRAP:
* This symbol, if defined, indicates that we'd like malloc wrap checks.
*/
-/*#define PERL_MALLOC_WRAP /**/
+#define PERL_MALLOC_WRAP /**/
/* MYMALLOC:
* This symbol, if defined, indicates that we're using our own malloc.