Fix demangling of destructors, and fix a minor indentation problem.

This commit is contained in:
Michael Tiemann
1992-01-20 16:55:45 +00:00
parent f3139e9366
commit 0eb0a82097
3 changed files with 18 additions and 5 deletions

View File

@@ -2461,7 +2461,7 @@ read_struct_type (pp, type)
if (nfn_fields)
{
TYPE_FN_FIELDLISTS (type) = (struct fn_fieldlist *)
TYPE_FN_FIELDLISTS (type) = (struct fn_fieldlist *)
obstack_alloc (symbol_obstack,
sizeof (struct fn_fieldlist) * nfn_fields);
TYPE_NFN_FIELDS (type) = nfn_fields;