From 7fc73f389d8625e21d4750eb2d37864382f9477b Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 8 Sep 2001 10:16:57 +0000 Subject: * gdbtypes.h (struct block): Add forward declaration. --- gdb/gdbtypes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/gdbtypes.h') 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 -- cgit v1.1