diff options
author | Doug Evans <xdje42@gmail.com> | 2014-10-26 10:42:26 -0700 |
---|---|---|
committer | Doug Evans <xdje42@gmail.com> | 2014-10-26 10:42:26 -0700 |
commit | f08e8df3ab2f98b68c6cba6dc9ff5ae2ff3ecb6c (patch) | |
tree | 723dbbe4290e7aaffc02d9199bc8fd98a0b45a35 /gdb/parser-defs.h | |
parent | cf901d3bbac471a581776dbe88dd838d96a894c0 (diff) | |
download | gdb-f08e8df3ab2f98b68c6cba6dc9ff5ae2ff3ecb6c.zip gdb-f08e8df3ab2f98b68c6cba6dc9ff5ae2ff3ecb6c.tar.gz gdb-f08e8df3ab2f98b68c6cba6dc9ff5ae2ff3ecb6c.tar.bz2 |
Move block_found decl to symtab.h.
gdb/ChangeLog:
* parser-defs.h (block_found): Move decl from here ...
* symtab.h (block_found): ... to here.
Diffstat (limited to 'gdb/parser-defs.h')
-rw-r--r-- | gdb/parser-defs.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/parser-defs.h b/gdb/parser-defs.h index e43b1ae..2ba6e05 100644 --- a/gdb/parser-defs.h +++ b/gdb/parser-defs.h @@ -67,11 +67,6 @@ extern CORE_ADDR expression_context_pc; we've encountered so far. */ extern const struct block *innermost_block; -/* The block in which the most recently discovered symbol was found. - FIXME: Should be declared along with lookup_symbol in symtab.h; is not - related specifically to parsing. */ -extern const struct block *block_found; - /* Number of arguments seen so far in innermost function call. */ extern int arglist_len; |