summaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index 57d234da94e..30515308129 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -1475,7 +1475,7 @@ extern enum language main_language (void);
if necessary. */
extern struct symbol *
- lookup_global_symbol_from_objfile (const struct objfile *main_objfile,
+ lookup_global_symbol_from_objfile (struct objfile *main_objfile,
const char *name,
const domain_enum domain);