* 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:
parent
d7a96d6771
commit
703e4251af
3 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue