diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-20 02:25:07 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-20 02:25:07 +0000 |
commit | a92a1bb20903f5a6d9d1b6093e846a7f46202486 (patch) | |
tree | a3c9ee567266263caf6e51e326d6afe0d74d2a20 /gcc/collect2.c | |
parent | cdfc500ecc92200320dd790084b96523190aeb9c (diff) | |
download | gcc-a92a1bb20903f5a6d9d1b6093e846a7f46202486.tar.gz |
* collect2.c (ldgetname): Expand declaration to prototype.
* read-rtl.c (atoll): Add prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61489 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r-- | gcc/collect2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c index 59bbb80ed24..c3287985adc 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. |