projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6ec576
)
Cludge fix for djgpp 2.03 or older; it doesn't have snprintf() etc.
author
Gisle Vanem
<gvanem@broadpark.no>
Wed, 5 Jul 2006 14:23:09 +0000
(14:23 +0000)
committer
Gisle Vanem
<gvanem@broadpark.no>
Wed, 5 Jul 2006 14:23:09 +0000
(14:23 +0000)
So avoid using x_was_used().
lib/mprintf.c
patch
|
blob
|
history
diff --git
a/lib/mprintf.c
b/lib/mprintf.c
index
598ea76
..
475afb7
100644
(file)
--- a/
lib/mprintf.c
+++ b/
lib/mprintf.c
@@
-38,6
+38,10
@@
#include <ctype.h>
#include <string.h>
+#if defined(DJGPP) && (DJGPP_MINOR < 4)
+#undef CURLDEBUG /* don't use x_was_used() here */
+#endif
+
#include <curl/mprintf.h>
#ifndef SIZEOF_LONG_DOUBLE