gdb/ChangeLog:
* parser-defs.h (block_found): Move decl from here ...
* symtab.h (block_found): ... to here.
+2014-10-26 Doug Evans <xdje42@gmail.com>
+
+ * parser-defs.h (block_found): Move decl from here ...
+ * symtab.h (block_found): ... to here.
+
2014-10-26 Doug Evans <xdje42@gmail.com>
* symtab.h (struct field_of_this_result): Fix typo in comment.
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;
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[];