summaryrefslogtreecommitdiff
path: root/lib/llist.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-06-26 11:22:12 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-06-26 11:22:12 +0000
commit308bc9d919d57388f269c473778ea7f6a331d1c5 (patch)
treecbcdaba66dd023ac5e1f12cd25ca70a33e5a60c1 /lib/llist.c
parentdb566c54ae2529aa7af4073cc9834688f7ef4cdf (diff)
downloadcurl-308bc9d919d57388f269c473778ea7f6a331d1c5.tar.gz
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
Diffstat (limited to 'lib/llist.c')
-rw-r--r--lib/llist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/llist.c b/lib/llist.c
index ceee9e822..9e38f6766 100644
--- a/lib/llist.c
+++ b/lib/llist.c
@@ -28,7 +28,7 @@
#include "llist.h"
-#ifdef MALLOCDEBUG
+#ifdef CURLDEBUG
/* this must be the last include file */
#include "memdebug.h"
#endif