From: Marcus Holland-Moritz Date: Mon, 12 Apr 2004 06:53:24 +0000 (+0000) Subject: Borland C doesn't like PERL_MALLOC_WRAP. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e56793ddb44055658f0603b2dc04ed5e70136bd8;p=p5sagit%2Fp5-mst-13.2.git Borland C doesn't like PERL_MALLOC_WRAP. Until I know why, the fix is to disable it. p4raw-id: //depot/perl@22689 --- diff --git a/win32/config_H.bc b/win32/config_H.bc index be5f085..6f42fd0 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