2003-02-18 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Tue, 18 Feb 2003 22:14:26 +0000 (22:14 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 18 Feb 2003 22:14:26 +0000 (22:14 +0000)
* symtab.h (struct objfile): Add opaque declaration.

gdb/ChangeLog
gdb/symtab.h

index f3afb33..715d1fc 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-18  Andrew Cagney  <cagney@redhat.com>
+
+       * symtab.h (struct objfile): Add opaque declaration.
+
 2003-02-18  Elena Zannoni  <ezannoni@redhat.com>
 
        From Jim Ingham   <jingham@apple.com>:
index 2c83929..42a144b 100644 (file)
@@ -26,6 +26,7 @@
 
 /* Opaque declarations.  */
 struct obstack;
+struct objfile;
 
 /* Don't do this; it means that if some .o's are compiled with GNU C
    and some are not (easy to do accidentally the way we configure