aboutsummaryrefslogtreecommitdiff
path: root/gcc/genflags.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/genflags.c')
-rw-r--r--gcc/genflags.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/genflags.c b/gcc/genflags.c
index c9214ab..b56175f 100644
--- a/gcc/genflags.c
+++ b/gcc/genflags.c
@@ -202,14 +202,14 @@ xrealloc (ptr, size)
static void
fatal VPROTO ((char *format, ...))
{
-#ifndef __STDC__
+#ifndef ANSI_PROTOTYPES
char *format;
#endif
va_list ap;
VA_START (ap, format);
-#ifndef __STDC__
+#ifndef ANSI_PROTOTYPES
format = va_arg (ap, char *);
#endif