mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
* symtab.h: #include "defs.h".
(enum language): Remove opaque declaration. * Makefile.in (symtab_h): Update dependencies.
This commit is contained in:
parent
7a188e2b3d
commit
67cd94cafd
@ -1,3 +1,9 @@
|
||||
2007-12-19 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* symtab.h: #include "defs.h".
|
||||
(enum language): Remove opaque declaration.
|
||||
* Makefile.in (symtab_h): Update dependencies.
|
||||
|
||||
2007-12-19 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* language.h (enum exp_opcode): Remove commented out forward
|
||||
|
@ -885,7 +885,7 @@ srec_h = srec.h
|
||||
stabsread_h = stabsread.h
|
||||
stack_h = stack.h
|
||||
symfile_h = symfile.h $(symtab_h)
|
||||
symtab_h = symtab.h
|
||||
symtab_h = symtab.h $(defs_h)
|
||||
target_h = target.h $(bfd_h) $(symtab_h) $(dcache_h) $(memattr_h) $(vec_h)
|
||||
target_descriptions_h = target-descriptions.h
|
||||
terminal_h = terminal.h
|
||||
|
@ -22,6 +22,8 @@
|
||||
#if !defined (SYMTAB_H)
|
||||
#define SYMTAB_H 1
|
||||
|
||||
#include "defs.h"
|
||||
|
||||
/* Opaque declarations. */
|
||||
struct ui_file;
|
||||
struct frame_info;
|
||||
@ -32,7 +34,6 @@ struct block;
|
||||
struct blockvector;
|
||||
struct axs_value;
|
||||
struct agent_expr;
|
||||
enum language;
|
||||
|
||||
/* Some of the structures in this file are space critical.
|
||||
The space-critical structures are:
|
||||
|
Loading…
Reference in New Issue
Block a user