* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / language.c
index 3c27b7d91803f2fc7d3c777e5ca67366801fc128..f989cb2aec15b9e0eee0abf0cccdd75aa5d28aa9 100644 (file)
@@ -29,7 +29,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include "defs.h"
 #include <string.h>
-#ifdef __STDC__
+#ifdef ANSI_PROTOTYPES
 #include <stdarg.h>
 #else
 #include <varargs.h>
@@ -982,7 +982,7 @@ op_error (fmt,op,fatal)
    by the value of warning_pre_print and we do not return to the top level. */
 
 void
-#ifdef __STDC__
+#ifdef ANSI_PROTOTYPES
 type_error (char *string, ...)
 #else
 type_error (va_alist)
@@ -990,7 +990,7 @@ type_error (va_alist)
 #endif
 {
    va_list args;
-#ifdef __STDC__
+#ifdef ANSI_PROTOTYPES
    va_start (args, string);
 #else
    char *string;
@@ -1011,7 +1011,7 @@ type_error (va_alist)
 }
 
 void
-#ifdef __STDC__
+#ifdef ANSI_PROTOTYPES
 range_error (char *string, ...)
 #else
 range_error (va_alist)
@@ -1019,7 +1019,7 @@ range_error (va_alist)
 #endif
 {
    va_list args;
-#ifdef __STDC__
+#ifdef ANSI_PROTOTYPES
    va_start (args, string);
 #else
    char *string;
This page took 0.023449 seconds and 4 git commands to generate.