* block.c (block_function): Renamed to ...

(block_linkage_function): ... this.  All callers changed.
	* block.h (block_function): Renamed to ...
	(block_linkage_function): ... this.
This commit is contained in:
Daniel Jacobowitz
2008-07-15 19:11:34 +00:00
parent 54af988d1e
commit 7f0df27888
6 changed files with 20 additions and 10 deletions

View File

@@ -132,7 +132,7 @@ struct blockvector
enum { GLOBAL_BLOCK = 0, STATIC_BLOCK = 1, FIRST_LOCAL_BLOCK = 2 };
extern struct symbol *block_function (const struct block *);
extern struct symbol *block_linkage_function (const struct block *);
extern int contained_in (const struct block *, const struct block *);