mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-30 15:56:36 +08:00
* 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:
@ -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
|
||||
|
Reference in New Issue
Block a user