function scoped prototype.
+Tue Sep 9 17:41:41 1997 Jeffrey A Law (law@cygnus.com)
+
+ * symtab.c (lookup_block_symbol): Add missing PARAMS for
+ function scoped prototype.
+
Mon Sep 8 16:45:51 1997 Stu Grossman <grossman@cygnus.com>
* ser-e7kpc.c: Don't include w32sut.h. We no longer use the UT
const char *name;
const namespace_enum namespace;
{
- extern struct symbol *ref_search_val (struct symbol *sym, CORE_ADDR addr);
+ extern struct symbol *ref_search_val PARAMS ((struct symbol *sym,
+ CORE_ADDR addr));
register int bot, top, inc;
register struct symbol *sym;
register struct symbol *sym_found = NULL;