diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-06-02 04:16:24 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-06-02 04:16:24 +0000 |
commit | b59661bd15b66aa6cb11fafd624fd534cce0fa98 (patch) | |
tree | 646fb5692f791365b1c5d87645655a2a4c018a0d /gdb/cp-support.h | |
parent | 5ef165c2ea8fea1f72c392c3dddc687ca58b1b87 (diff) | |
download | fsf-binutils-gdb-b59661bd15b66aa6cb11fafd624fd534cce0fa98.zip fsf-binutils-gdb-b59661bd15b66aa6cb11fafd624fd534cce0fa98.tar.gz fsf-binutils-gdb-b59661bd15b66aa6cb11fafd624fd534cce0fa98.tar.bz2 |
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.
Diffstat (limited to 'gdb/cp-support.h')
-rw-r--r-- | gdb/cp-support.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |