Eliminate literal line numbers in mi-until.exp
[deliverable/binutils-gdb.git] / gdb / buildsym.c
index b367d1880f573fb44c05fd9225af8b67440c9c39..2b00a1a1f7bcf4478c7755b0a5f781e14a79b8e7 100644 (file)
@@ -30,9 +30,7 @@
 #include "symfile.h"
 #include "objfiles.h"
 #include "gdbtypes.h"
-#include "gdb_assert.h"
 #include "complaints.h"
-#include <string.h>
 #include "expression.h"                /* For "enum exp_opcode" used by...  */
 #include "bcache.h"
 #include "filenames.h"         /* For DOSish file names.  */
@@ -1390,7 +1388,7 @@ set_missing_symtab (struct pending *pending_list, struct symtab *symtab)
 void
 augment_type_symtab (struct objfile *objfile, struct symtab *primary_symtab)
 {
-  struct blockvector *blockvector = primary_symtab->blockvector;
+  const struct blockvector *blockvector = primary_symtab->blockvector;
 
   if (context_stack_depth > 0)
     {
This page took 0.025189 seconds and 4 git commands to generate.