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/parse.c | |
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/parse.c')
-rw-r--r-- | gdb/parse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/parse.c b/gdb/parse.c index 23de13c..8c387c8 100644 --- a/gdb/parse.c +++ b/gdb/parse.c @@ -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; |