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 41c8654..0adedd9 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -1188,7 +1188,7 @@ enum symbol_subclass_kind SYMBOL_RUST_VTABLE }; -extern const struct symbol_impl *symbol_impls; +extern gdb::array_view<const struct symbol_impl> symbol_impls; /* This structure is space critical. See space comments at the top. */ |