Do not use unprotected ANSI/ISO prototypes.
authorMichael Meissner <gnu@the-meissners.org>
Thu, 13 Apr 1995 16:13:48 +0000 (16:13 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Thu, 13 Apr 1995 16:13:48 +0000 (16:13 +0000)
gdb/rs6000-tdep.c

index 1dfc20d..22602ff 100644 (file)
@@ -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;