Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
Steve Hay [Wed, 24 Mar 2004 13:29:00 +0000 (13:29 +0000)]
Message-ID: <40618D1C.7000601@uk.radan.com>
Date: Wed, 24 Mar 2004 13:29:00 +0000

p4raw-id: //depot/perl@22579

win32/config_H.bc
win32/config_H.gc
win32/config_H.vc
win32/config_H.vc64

index 9e23b46..be5f085 100644 (file)
  */
 /*#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.
index a3f31ab..f59e746 100644 (file)
  */
 /*#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.
index c64d325..bfb9232 100644 (file)
  */
 /*#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.
index 0beee2c..fa83603 100644 (file)
  */
 /*#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.