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