diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2006-07-06 13:33:56 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2006-07-06 13:33:56 +0000 |
commit | 4f012ad703f6ed8704365a7a12cf9d50bb0b085c (patch) | |
tree | 3689c45d8dce65ae9d7a18df29707908b51e4049 | |
parent | a1cd180082dbdfd70ff182f9f6ed6cb3e13a0cfa (diff) |
Undefine correct symbol.
-rw-r--r-- | lib/mprintf.c | 2 |
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> |