Skip to content
Snippets Groups Projects
Commit 2bd71d70 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

use CURLDEBUG instead of MALLOCDEBUG

parent 1eef6f44
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -33,7 +33,7 @@
#include <string.h>
/* The last #include file should be: */
#ifdef MALLOCDEBUG
#ifdef CURLDEBUG
#include "memdebug.h"
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment