From 62b635b6377cbccc2ceaeadbef4f382f413c942a Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 7 Dec 2003 23:52:44 +0000 Subject: * ldemul.c: Convert to ISO-C. * ldver.c: Likewise. --- ld/ldver.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ld/ldver.c') diff --git a/ld/ldver.c b/ld/ldver.c index e6c7b09..710bf90 100644 --- a/ld/ldver.c +++ b/ld/ldver.c @@ -32,8 +32,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "ldmain.h" void -ldversion (noisy) - int noisy; +ldversion (int noisy) { /* Output for noisy == 2 is intended to follow the GNU standards. */ fprintf (stdout, _("GNU ld version %s\n"), BFD_VERSION_STRING); -- cgit v1.1