* 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
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue