2003-06-01 Andrew Cagney <cagney@redhat.com>

* dwarfread.c: Eliminate "register"
	(decode_die_type): Eliminate assignment within "if".
	(struct_type, decode_array_element_type): Ditto.
	(dwarf_read_array_type, read_tag_pointer_type): Ditto.
	(read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
	(decode_modified_type, completedieinfo): Ditto.
	* block.c: Eliminate "register".
	(blockvector_for_pc_sect): Eliminate assignment within "if".
	* cp-support.h (struct symbol): Opaque declaration.
	* breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
This commit is contained in:
Andrew Cagney
2003-06-02 04:16:24 +00:00
parent 5ef165c2ea
commit b59661bd15
5 changed files with 53 additions and 25 deletions

View File

@@ -30,6 +30,7 @@
/* Opaque declarations. */
struct symbol;
struct obstack;
struct block;