diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mprintf.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/mprintf.c b/lib/mprintf.c index f5fc9962f..9069167f5 100644 --- a/lib/mprintf.c +++ b/lib/mprintf.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1999 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1999 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -36,11 +36,6 @@ */ #include "curl_setup.h" - -#if defined(DJGPP) && (DJGPP_MINOR < 4) -#undef _MPRINTF_REPLACE /* don't use x_was_used() here */ -#endif - #include <curl/mprintf.h> #include "curl_memory.h" |