diff options
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index 57d234d..3051530 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); |