summaryrefslogtreecommitdiff
path: root/gcc/genopinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/genopinit.c')
-rw-r--r--gcc/genopinit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/genopinit.c b/gcc/genopinit.c
index 066a0550708..985be8fdb0b 100644
--- a/gcc/genopinit.c
+++ b/gcc/genopinit.c
@@ -307,14 +307,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