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