* parse.c: Don't define block_found; it is defined in symtab.c.

* parser-defs.h: Add comment regarding block_found.
This commit is contained in:
Jim Kingdon 1994-04-20 15:48:08 +00:00
parent d7a96d6771
commit 703e4251af
3 changed files with 5 additions and 2 deletions

View file

@ -45,7 +45,6 @@ int expout_size;
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;