diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-09-08 10:16:57 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-09-08 10:16:57 +0000 |
commit | 7fc73f389d8625e21d4750eb2d37864382f9477b (patch) | |
tree | 49aa048e25bc72ab107edf0683146639e4458e10 | |
parent | 56882138c5b70c428c589a351d58b4e0852e4a1e (diff) | |
download | gdb-7fc73f389d8625e21d4750eb2d37864382f9477b.zip gdb-7fc73f389d8625e21d4750eb2d37864382f9477b.tar.gz gdb-7fc73f389d8625e21d4750eb2d37864382f9477b.tar.bz2 |
* gdbtypes.h (struct block): Add forward declaration.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/gdbtypes.h | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b9eb663..a9f6cef 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2001-09-08 Mark Kettenis <kettenis@gnu.org> + + * gdbtypes.h (struct block): Add forward declaration. + 2001-09-07 Andrew Cagney <ac131313@redhat.com> * defs.h (enum return_reason): Renumber so that all values are diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h index 1e9832c..8a45715 100644 --- a/gdb/gdbtypes.h +++ b/gdb/gdbtypes.h @@ -23,6 +23,9 @@ #if !defined (GDBTYPES_H) #define GDBTYPES_H 1 +/* Forward declarations for prototypes. */ +struct block; + /* Codes for `fundamental types'. This is a monstrosity based on the bogus notion that there are certain compiler-independent `fundamental types'. None of these is well-defined (how big is |