From: Steve Hay Date: Wed, 24 Mar 2004 13:29:00 +0000 (+0000) Subject: Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ca7ae272c37436849b129d53b917f29db94ee48f;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/win32/config_H.bc b/win32/config_H.bc index 9e23b46..be5f085 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -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. diff --git a/win32/config_H.gc b/win32/config_H.gc index a3f31ab..f59e746 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. diff --git a/win32/config_H.vc b/win32/config_H.vc index c64d325..bfb9232 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. diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index 0beee2c..fa83603 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -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.