diff options
Diffstat (limited to 'gdb/objfiles.h')
-rw-r--r-- | gdb/objfiles.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h index 6f8eb7f9ef8..1fa6f3c40ab 100644 --- a/gdb/objfiles.h +++ b/gdb/objfiles.h @@ -262,7 +262,7 @@ struct objfile_per_bfd_storage name, and the second is the demangled name or just a zero byte if the name doesn't demangle. */ - htab *demangled_names_hash = NULL; + htab_up demangled_names_hash; /* The per-objfile information about the entry point, the scope (file/func) containing the entry point, and the scope of the user's main() func. */ |