diff options
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index d195222..57ed9fc 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -1186,9 +1186,11 @@ extern struct symbol *lookup_symbol (const char *, const struct block *, that can't think of anything better to do. This implements the C lookup rules. */ -extern struct symbol *basic_lookup_symbol_nonlocal (const char *, - const struct block *, - const domain_enum); +extern struct symbol * + basic_lookup_symbol_nonlocal (const struct language_defn *langdef, + const char *, + const struct block *, + const domain_enum); /* Some helper functions for languages that need to write their own lookup_symbol_nonlocal functions. */ |