* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / complaints.c
index b551143715584cc9fe94ed3c7e78143d59f1e5f2..72a7d33b52bbc881a7744a943d745d4cc7ee74fc 100644 (file)
@@ -20,7 +20,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "defs.h"
 #include "complaints.h"
 #include "gdbcmd.h"
-#ifdef __STDC__
+#ifdef ANSI_PROTOTYPES
 #include <stdarg.h>
 #else
 #include <varargs.h>
@@ -63,7 +63,7 @@ extern int info_verbose;
 
 /* VARARGS */
 void
-#ifdef __STDC__
+#ifdef ANSI_PROTOTYPES
 complain (struct complaint *complaint, ...)
 #else
 complain (va_alist)
@@ -71,7 +71,7 @@ complain (va_alist)
 #endif
 {
   va_list args;
-#ifdef __STDC__
+#ifdef ANSI_PROTOTYPES
   va_start (args, complaint);
 #else
   struct complaint *complaint;
This page took 0.0237 seconds and 4 git commands to generate.