* symtab.h: Declare 'struct objfile'; don't declare 'struct
using_direct_node'.
+2003-02-24 David Carlton <carlton@math.stanford.edu>
+
+ * symtab.h: Declare 'struct objfile'; don't declare 'struct
+ using_direct_node'.
+
2003-02-21 David Carlton <carlton@math.stanford.edu>
* linespec.c (locate_compound_sym): Update call to
/* Opaque declarations. */
struct obstack;
+struct objfile;
struct block;
struct blockvector;
-struct using_direct_node;
/* 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