summaryrefslogtreecommitdiff
path: root/binutils/bucomm.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2005-04-29 16:49:20 +0000
committerH.J. Lu <hjl@lucon.org>2005-04-29 16:49:20 +0000
commitca1608659536f2ddc6ed516a27c1a58171cffc4e (patch)
tree872e9f76fdc0cc69bea603889963d194519b0183 /binutils/bucomm.c
parent04cf68ab73b6b226754cc58f8e66cc7e826dd138 (diff)
downloadbinutils-redhat-ca1608659536f2ddc6ed516a27c1a58171cffc4e.tar.gz
2005-04-29 H.J. Lu <hongjiu.lu@intel.com>
* bucomm.c: Undo the last change. * bucomm.h: Likewise.
Diffstat (limited to 'binutils/bucomm.c')
-rw-r--r--binutils/bucomm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/bucomm.c b/binutils/bucomm.c
index d469bc1498..6573e2d9c7 100644
--- a/binutils/bucomm.c
+++ b/binutils/bucomm.c
@@ -65,7 +65,7 @@ bfd_fatal (const char *string)
xexit (1);
}
-static void
+void
report (const char * format, va_list args)
{
fprintf (stderr, "%s: ", program_name);