From b59661bd15b66aa6cb11fafd624fd534cce0fa98 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 2 Jun 2003 04:16:24 +0000 Subject: 2003-06-01 Andrew Cagney * 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. --- gdb/cp-support.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/cp-support.h') diff --git a/gdb/cp-support.h b/gdb/cp-support.h index 952d6a2..0b567dd 100644 --- a/gdb/cp-support.h +++ b/gdb/cp-support.h @@ -30,6 +30,7 @@ /* Opaque declarations. */ +struct symbol; struct obstack; struct block; -- cgit v1.1