From 825c54081640b6e91cca1f082a068d29d9da4a03 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Mon, 20 Jan 2003 02:25:07 +0000 Subject: collect2.c (ldgetname): Expand declaration to prototype. * collect2.c (ldgetname): Expand declaration to prototype. * read-rtl.c (atoll): Add prototype. From-SVN: r61489 --- gcc/collect2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/collect2.c') diff --git a/gcc/collect2.c b/gcc/collect2.c index 59bbb80..c328798 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -2720,7 +2720,7 @@ ignore_library (name) } #endif /* COLLECT_EXPORT_LIST */ -extern char *ldgetname (); +extern char *ldgetname PARAMS ((struct ldfile *, void *)); /* COFF version to scan the name list of the loaded program for the symbols g++ uses for static constructors and destructors. -- cgit v1.1