Commit 2bd71d70 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

use CURLDEBUG instead of MALLOCDEBUG

parent 1eef6f44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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

+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
#include <string.h>

/* The last #include file should be: */
#ifdef MALLOCDEBUG
#ifdef CURLDEBUG
#include "memdebug.h"
#endif