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