* macrotab.h: Do not include "obstack.h" or "bcache.h".
(struct obstack, struct bcache): Add opaque declarations. * Makefile.in (macrotab_h): Update
This commit is contained in:
parent
b4d8393384
commit
aa84d1bb9b
3 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2002-06-28 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* macrotab.h: Do not include "obstack.h" or "bcache.h".
|
||||
(struct obstack, struct bcache): Add opaque declarations.
|
||||
* Makefile.in (macrotab_h): Update
|
||||
|
||||
2002-06-28 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* blockframe.c (generic_find_dummy_frame): Change return type to
|
||||
|
|
|
@ -637,7 +637,7 @@ inferior_h = inferior.h $(breakpoint_h)
|
|||
language_h = language.h
|
||||
linespec_h = linespec.h
|
||||
macroexp_h = macroexp.h
|
||||
macrotab_h = macrotab.h $(obstack_h) $(bcache_h)
|
||||
macrotab_h = macrotab.h
|
||||
macroscope_h = macroscope.h $(macrotab_h) $(symtab_h)
|
||||
memattr_h = memattr.h
|
||||
monitor_h = monitor.h
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
#ifndef MACROTAB_H
|
||||
#define MACROTAB_H
|
||||
|
||||
#include "obstack.h"
|
||||
#include "bcache.h"
|
||||
struct obstack;
|
||||
struct bcache;
|
||||
|
||||
/* How do we represent a source location? I mean, how should we
|
||||
represent them within GDB; the user wants to use all sorts of
|
||||
|
|
Loading…
Reference in a new issue