aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1995-04-13 16:13:48 +0000
committerMichael Meissner <gnu@the-meissners.org>1995-04-13 16:13:48 +0000
commit07dc1e42d795699e0b61acc2b354f5de5e526bd3 (patch)
treedf1390c71a147fa3c5e9808fa086444b33f6bb01
parentd108166fdef6c36c8dd477e65dd0306ea0c88387 (diff)
downloadgdb-07dc1e42d795699e0b61acc2b354f5de5e526bd3.zip
gdb-07dc1e42d795699e0b61acc2b354f5de5e526bd3.tar.gz
gdb-07dc1e42d795699e0b61acc2b354f5de5e526bd3.tar.bz2
Do not use unprotected ANSI/ISO prototypes.
-rw-r--r--gdb/rs6000-tdep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/rs6000-tdep.c b/gdb/rs6000-tdep.c
index 1dfc20d..22602ff 100644
--- a/gdb/rs6000-tdep.c
+++ b/gdb/rs6000-tdep.c
@@ -1172,7 +1172,8 @@ free_loadinfo ()
/* this is called from xcoffread.c */
void
-xcoff_add_toc_to_loadinfo (unsigned long tocoff)
+xcoff_add_toc_to_loadinfo (tocoff)
+ unsigned long tocoff;
{
while (loadinfotocindex >= loadinfolen) {
loadinfolen += LOADINFOLEN;