aboutsummaryrefslogtreecommitdiff
path: root/gdb/parse.c
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-04-20 15:48:08 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-04-20 15:48:08 +0000
commit703e4251af287e5ab16b3e91b5aea293fb49be7c (patch)
tree501a0166383d5e7f488f9bb39bd4c3b468d9b04c /gdb/parse.c
parentd7a96d677181e9c478729900b6246677a8a43c1d (diff)
downloadgdb-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.c1
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;