summaryrefslogtreecommitdiff
path: root/gcc/read-rtl.c
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2003-01-20 02:25:07 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2003-01-19 21:25:07 -0500
commit825c54081640b6e91cca1f082a068d29d9da4a03 (patch)
treea3c9ee567266263caf6e51e326d6afe0d74d2a20 /gcc/read-rtl.c
parent77d187bc372365b738efc866a03e85e0130c008d (diff)
downloadgcc-825c54081640b6e91cca1f082a068d29d9da4a03.tar.gz
collect2.c (ldgetname): Expand declaration to prototype.
* collect2.c (ldgetname): Expand declaration to prototype. * read-rtl.c (atoll): Add prototype. From-SVN: r61489
Diffstat (limited to 'gcc/read-rtl.c')
-rw-r--r--gcc/read-rtl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/read-rtl.c b/gcc/read-rtl.c
index 3869f70dab3..95bc2fefa57 100644
--- a/gcc/read-rtl.c
+++ b/gcc/read-rtl.c
@@ -368,6 +368,8 @@ read_string (ob, infile, star_if_braced)
/* Provide a version of a function to read a long long if the system does
not provide one. */
#if HOST_BITS_PER_WIDE_INT > HOST_BITS_PER_LONG && !defined(HAVE_ATOLL) && !defined(HAVE_ATOQ)
+HOST_WIDE_INT atoll PARAMS ((const char *));
+
HOST_WIDE_INT
atoll (p)
const char *p;