diff options
Diffstat (limited to 'gcc/genrecog.c')
-rwxr-xr-x | gcc/genrecog.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/genrecog.c b/gcc/genrecog.c index 69cef92..f37e641 100755 --- a/gcc/genrecog.c +++ b/gcc/genrecog.c @@ -1672,16 +1672,10 @@ xmalloc(size_t 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, "genrecog: "); vfprintf (stderr, format, ap); |