diff options
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index 6ea5538..c6da736 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -25,9 +25,7 @@ /* Some definitions and declarations to go with use of obstacks. */ -#include "obstack.h" -#define obstack_chunk_alloc xmalloc -#define obstack_chunk_free xfree +#include "gdb_obstack.h" /* 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 |