use CURLDEBUG instead of MALLOCDEBUG
authorDaniel Stenberg <daniel@haxx.se>
Thu, 26 Jun 2003 06:50:32 +0000 (06:50 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 26 Jun 2003 06:50:32 +0000 (06:50 +0000)
lib/cookie.c
lib/escape.c

index b0206f6237027f382e30bdb8aa3f14965df15c83..c9883594cb562ee074f8bca5ff6f56a19a84d61e 100644 (file)
@@ -92,7 +92,7 @@ Example set of cookies:
 #include "strtok.h"
 
 /* The last #include file should be: */
-#ifdef MALLOCDEBUG
+#ifdef CURLDEBUG
 #include "memdebug.h"
 #endif
 
index 354b284e2347f84371f012d867ad591860aa309e..21acfae2d27ed845ec6b832225e7d22570c0717a 100644 (file)
@@ -33,7 +33,7 @@
 #include <string.h>
 
 /* The last #include file should be: */
-#ifdef MALLOCDEBUG
+#ifdef CURLDEBUG
 #include "memdebug.h"
 #endif