* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / remote-st.c
index b74ba1318852ffc4d4b4deeaed55570db2d86d1c..50c5678bffad3e0058cffb5080f85e02b3727d7f 100644 (file)
@@ -38,7 +38,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "gdbcore.h"
 #include "target.h"
 #include "wait.h"
-#ifdef __STDC__
+#ifdef ANSI_PROTOTYPES
 #include <stdarg.h>
 #else
 #include <varargs.h>
@@ -70,7 +70,7 @@ static serial_t st2000_desc;
 /* Send data to stdebug.  Works just like printf. */
 
 static void
-#ifdef __STDC__
+#ifdef ANSI_PROTOTYPES
 printf_stdebug(char *pattern, ...)
 #else
 printf_stdebug(va_alist)
@@ -80,7 +80,7 @@ printf_stdebug(va_alist)
   va_list args;
   char buf[200];
 
-#ifdef __STDC__
+#ifdef ANSI_PROTOTYPES
   va_start(args, pattern);
 #else
   char *pattern;
This page took 0.023015 seconds and 4 git commands to generate.