mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* symtab.c (lookup_block_symbol): Add missing PARAMS for
function scoped prototype.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user