diff options
Diffstat (limited to 'gdb/ada-lang.c')
-rw-r--r-- | gdb/ada-lang.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c index 2a83d85..1bb3ca0 100644 --- a/gdb/ada-lang.c +++ b/gdb/ada-lang.c @@ -10261,9 +10261,9 @@ Show the maximum number of bytes allowed in a dynamic-sized object.", obstack_init (&symbol_list_obstack); - decoded_names_store = htab_create_alloc_ex + decoded_names_store = htab_create_alloc (256, htab_hash_string, (int (*)(const void *, const void *)) streq, - NULL, NULL, xmcalloc, xmfree); + NULL, xcalloc, xfree); } /* Create a fundamental Ada type using default reasonable for the current |