diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-02-18 22:14:26 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-02-18 22:14:26 +0000 |
commit | 6a2f5abf076884182be54c3f20c634d59a15c456 (patch) | |
tree | eb3e703df4113d2c47f292ece83ab675f99ba5de /gdb/symtab.h | |
parent | e9e456850eda415068b8a206cc03e96e7375bda9 (diff) | |
download | gdb-6a2f5abf076884182be54c3f20c634d59a15c456.zip gdb-6a2f5abf076884182be54c3f20c634d59a15c456.tar.gz gdb-6a2f5abf076884182be54c3f20c634d59a15c456.tar.bz2 |
2003-02-18 Andrew Cagney <cagney@redhat.com>
* symtab.h (struct objfile): Add opaque declaration.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index 2c83929..42a144b 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -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 |