2003-05-19 David Carlton <carlton@bactrian.org>

* block.h: Declare block_static_block.
	* block.c (block_static_block): New.
	* symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
	lookup_symbol_aux_local, calling block_static_block instead.
	(lookup_symbol_aux_local): Delete 'static_block' argument.
This commit is contained in:
David Carlton
2003-05-20 01:26:58 +00:00
parent eed3f8ab35
commit 89a9d1b163
4 changed files with 36 additions and 16 deletions

View File

@@ -207,4 +207,6 @@ extern void block_set_using (struct block *block,
struct using_direct *using,
struct obstack *obstack);
extern const struct block *block_static_block (const struct block *block);
#endif /* BLOCK_H */