diff options
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r-- | gdb/buildsym.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c index e6eb711..dffd077 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -62,6 +62,7 @@ */ #include "defs.h" +#include "buildsym.h" #include "bfd.h" #include "gdb_obstack.h" #include "symtab.h" @@ -79,12 +80,6 @@ #include "addrmap.h" #include <algorithm> -/* Ask buildsym.h to define the vars it normally declares `extern'. */ -#define EXTERN -/**/ -#include "buildsym.h" /* Our own declarations. */ -#undef EXTERN - /* For cleanup_undefined_stabs_types and finish_global_stabs (somewhat questionable--see comment where we call them). */ |