diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-04-20 15:48:08 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-04-20 15:48:08 +0000 |
commit | 703e4251af287e5ab16b3e91b5aea293fb49be7c (patch) | |
tree | 501a0166383d5e7f488f9bb39bd4c3b468d9b04c /gdb/parser-defs.h | |
parent | d7a96d677181e9c478729900b6246677a8a43c1d (diff) | |
download | gdb-703e4251af287e5ab16b3e91b5aea293fb49be7c.zip gdb-703e4251af287e5ab16b3e91b5aea293fb49be7c.tar.gz gdb-703e4251af287e5ab16b3e91b5aea293fb49be7c.tar.bz2 |
* parse.c: Don't define block_found; it is defined in symtab.c.
* parser-defs.h: Add comment regarding block_found.
Diffstat (limited to 'gdb/parser-defs.h')
-rw-r--r-- | gdb/parser-defs.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/parser-defs.h b/gdb/parser-defs.h index c7bdd62..fd03a6e 100644 --- a/gdb/parser-defs.h +++ b/gdb/parser-defs.h @@ -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. */ |