aboutsummaryrefslogtreecommitdiff
path: root/lib/memdebug.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/memdebug.c
parentdb566c54ae2529aa7af4073cc9834688f7ef4cdf (diff)
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
Diffstat (limited to 'lib/memdebug.c')
-rw-r--r--lib/memdebug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/memdebug.c b/lib/memdebug.c
index c06296910..d159fa0f3 100644
--- a/lib/memdebug.c
+++ b/lib/memdebug.c
@@ -1,4 +1,4 @@
-#ifdef MALLOCDEBUG
+#ifdef CURLDEBUG
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
@@ -220,4 +220,4 @@ int curl_fclose(FILE *file, int line, const char *source)
#ifdef VMS
int VOID_VAR_MEMDEBUG;
#endif
-#endif /* MALLOCDEBUG */
+#endif /* CURLDEBUG */