+2000-06-13 Kevin Buettner <kevinb@redhat.com>
+
+ * ser-ocd.c, symtab.c: Eliminate use of PARAMS from these files.
+
Tue Jun 13 09:21:23 2000 Jeffrey A Law (law@cygnus.com)
* configure.host (hppa*64*): Renamed from hppa2.0w per
if (handle == NULL)
error ("Can't load Wigglers.dll");
- dll_do_command = ((int (*)PARAMS ((const char *, char *)))
+ dll_do_command = ((int (*) (const char *, char *))
GetProcAddress (handle, "do_command"));
if (dll_do_command == NULL)
error ("Can't find do_command function in Wigglers.dll");
static int find_line_common (struct linetable *, int, int *);
-static struct partial_symbol *lookup_partial_symbol PARAMS
- ((struct partial_symtab *, const char *,
- int, namespace_enum));
+static struct partial_symbol *lookup_partial_symbol (struct partial_symtab *,
+ const char *, int,
+ namespace_enum);
static struct partial_symbol *fixup_psymbol_section (struct
partial_symbol *,