Move block_found decl to symtab.h.
gdb/ChangeLog: * parser-defs.h (block_found): Move decl from here ... * symtab.h (block_found): ... to here.
This commit is contained in:
parent
cf901d3bba
commit
f08e8df3ab
3 changed files with 9 additions and 5 deletions
|
@ -1011,6 +1011,10 @@ DEF_VEC_P (symtab_ptr);
|
|||
|
||||
extern int currently_reading_symtab;
|
||||
|
||||
/* The block in which the most recently looked up symbol was found. */
|
||||
|
||||
extern const struct block *block_found;
|
||||
|
||||
/* symtab.c lookup functions */
|
||||
|
||||
extern const char multiple_symbols_ask[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue