* parse.c: Don't define block_found; it is defined in symtab.c.
[binutils-gdb.git] / gdb / parser-defs.h
index c7bdd62ac022424dfc4f004a58e73cdcb6d8daf4..fd03a6e0649a8b6efa9cc96175c7871b053d4a0d 100644 (file)
@@ -43,7 +43,9 @@ extern struct block *expression_context_block;
    we've encountered so far. */
 extern struct block *innermost_block;
 
-/* The block in which the most recently discovered symbol was found. */
+/* 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 struct block *block_found;
 
 /* Number of arguments seen so far in innermost function call.  */