aboutsummaryrefslogtreecommitdiff
path: root/lib/mprintf.c
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2006-07-06 13:33:56 +0000
committerGisle Vanem <gvanem@broadpark.no>2006-07-06 13:33:56 +0000
commit4f012ad703f6ed8704365a7a12cf9d50bb0b085c (patch)
tree3689c45d8dce65ae9d7a18df29707908b51e4049 /lib/mprintf.c
parenta1cd180082dbdfd70ff182f9f6ed6cb3e13a0cfa (diff)
Undefine correct symbol.
Diffstat (limited to 'lib/mprintf.c')
-rw-r--r--lib/mprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mprintf.c b/lib/mprintf.c
index 475afb770..543a39f15 100644
--- a/lib/mprintf.c
+++ b/lib/mprintf.c
@@ -39,7 +39,7 @@
#include <string.h>
#if defined(DJGPP) && (DJGPP_MINOR < 4)
-#undef CURLDEBUG /* don't use x_was_used() here */
+#undef _MPRINTF_REPLACE /* don't use x_was_used() here */
#endif
#include <curl/mprintf.h>