merge from gcc
[deliverable/binutils-gdb.git] / libiberty / vprintf.c
index c57c3e4f318431ebafa54e412407d4f72b97e13b..9487896ea5efeea77befdebea6c1397b6cc33358 100644 (file)
@@ -15,13 +15,13 @@ nonstandard but common function @code{_doprnt}.
 
 */
 
-#ifdef __STDC__
+#include <ansidecl.h>
+#ifdef ANSI_PROTOTYPES
 #include <stdarg.h>
 #else
 #include <varargs.h>
 #endif
 #include <stdio.h>
-#include <ansidecl.h>
 #undef vprintf
 int
 vprintf (format, ap)
This page took 0.026867 seconds and 4 git commands to generate.