Remove EXTERN from buildsym.h
[deliverable/binutils-gdb.git] / gdb / buildsym.c
index e6eb711f4b95316ebf1d2554a873f92e5f861e72..dffd077ed69c0394fee127c0d01f74d254329880 100644 (file)
@@ -62,6 +62,7 @@
 */
 
 #include "defs.h"
+#include "buildsym.h"
 #include "bfd.h"
 #include "gdb_obstack.h"
 #include "symtab.h"
 #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).  */
 
This page took 0.024512 seconds and 4 git commands to generate.