mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
* 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:
@ -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;
|
||||
|
Reference in New Issue
Block a user