diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2004-04-12 06:53:24 +0000 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2004-04-12 06:53:24 +0000 |
commit | e56793ddb44055658f0603b2dc04ed5e70136bd8 (patch) | |
tree | 0d99d4bfc2b77e699aae138b12c8adffb4246e32 /win32/config_H.bc | |
parent | 0e705b3b353ba0c64bcdebfc3060f9145472578b (diff) | |
download | perl-e56793ddb44055658f0603b2dc04ed5e70136bd8.tar.gz |
Borland C doesn't like PERL_MALLOC_WRAP.
Until I know why, the fix is to disable it.
p4raw-id: //depot/perl@22689
Diffstat (limited to 'win32/config_H.bc')
-rw-r--r-- | win32/config_H.bc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc index be5f085e19..6f42fd0ce8 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -2159,7 +2159,7 @@ /* PERL_MALLOC_WRAP: * This symbol, if defined, indicates that we'd like malloc wrap checks. */ -#define PERL_MALLOC_WRAP /**/ +/*#define PERL_MALLOC_WRAP /**/ /* CAN_PROTOTYPE: * If defined, this macro indicates that the C compiler can handle |