From 98976a6a819e5b88f5e7a357ce5288bf14c043ba Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 7 Apr 2000 04:34:50 +0000 Subject: A mostly cosmetic tidy up of warnings and error message reporting. --- binutils/bucomm.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'binutils/bucomm.c') diff --git a/binutils/bucomm.c b/binutils/bucomm.c index a5b0054887..3406e1d6e6 100644 --- a/binutils/bucomm.c +++ b/binutils/bucomm.c @@ -1,5 +1,6 @@ /* bucomm.c -- Bin Utils COMmon code. - Copyright (C) 1991, 92, 93, 94, 95, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1991, 92, 93, 94, 95, 97, 98, 2000 + Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -33,12 +34,6 @@ typedef long time_t; #endif #endif - -#ifdef ANSI_PROTOTYPES -#include -#else -#include -#endif /* Error reporting */ @@ -64,7 +59,7 @@ bfd_fatal (string) xexit (1); } -static void +void report (format, args) const char * format; va_list args; -- cgit v1.2.1