]> granicus.if.org Git - curl/commitdiff
Undefine correct symbol.
authorGisle Vanem <gvanem@broadpark.no>
Thu, 6 Jul 2006 13:33:56 +0000 (13:33 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Thu, 6 Jul 2006 13:33:56 +0000 (13:33 +0000)
lib/mprintf.c

index 475afb770b442715ca20e416919a7fdbe33ac0d4..543a39f150674ca09daf951677fd184b9dff55be 100644 (file)
@@ -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>