diff options
Diffstat (limited to 'gcc/genemit.c')
-rwxr-xr-x | gcc/genemit.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c index ed85fb8..752a537 100755 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -708,16 +708,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, "genemit: "); vfprintf (stderr, format, ap); |