* parser-defs.h: Add comment regarding block_found.
* dstread.c, coffread.c: Don't define pending_blocks; buildsym.c
takes care of it.
+ * parse.c: Don't define block_found; it is defined in symtab.c.
+ * parser-defs.h: Add comment regarding block_found.
Tue Apr 19 09:46:05 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
int expout_ptr;
struct block *expression_context_block;
struct block *innermost_block;
-struct block *block_found;
int arglist_len;
union type_stack_elt *type_stack;
int type_stack_depth, type_stack_size;
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. */