diff options
Diffstat (limited to 'gcc/genflags.c')
-rwxr-xr-x | gcc/genflags.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/genflags.c b/gcc/genflags.c index 475655d..4755eac 100755 --- a/gcc/genflags.c +++ b/gcc/genflags.c @@ -205,16 +205,10 @@ xrealloc (old, size) static void fatal (const char *format, ...) { -#ifndef ANSI_PROTOTYPES - const char *format; -#endif va_list ap; VA_START (ap, format); -#ifndef ANSI_PROTOTYPES - format = va_arg (ap, const char *); -#endif fprintf (stderr, "genflags: "); vfprintf (stderr, format, ap); |