* symtab.c (lookup_block_symbol): Add missing PARAMS for

function scoped prototype.
This commit is contained in:
Jeff Law
1997-09-09 23:40:44 +00:00
parent eb21b6b66b
commit 2f36d00478
2 changed files with 7 additions and 1 deletions

View File

@@ -912,7 +912,8 @@ lookup_block_symbol (block, name, namespace)
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;