2004-08-10 Andrew Cagney <cagney@gnu.org>

* defs.h (xmcalloc): Delete declaration.
	* utils.c (xmcalloc): Delete.
	(xcalloc): Inline calls to xmcalloc and mcalloc.
	* ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
	xcalloc and xfree.
	* symtab.c (create_demangled_names_hash): Ditto.
This commit is contained in:
Andrew Cagney
2004-08-10 21:16:13 +00:00
parent 0efffb96a9
commit aa2ee5f640
5 changed files with 26 additions and 26 deletions

View File

@ -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