diff options
Diffstat (limited to 'gdb/coff-solib.h')
-rw-r--r-- | gdb/coff-solib.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/coff-solib.h b/gdb/coff-solib.h index 71f707f..e1a6758 100644 --- a/gdb/coff-solib.h +++ b/gdb/coff-solib.h @@ -18,9 +18,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifdef __STDC__ /* Forward decl's for prototypes */ +/* Forward decl's for prototypes */ struct target_ops; -#endif /* Called when we free all symtabs, to free the shared library information as well. */ |