* stabsread.c (read_struct_type): Trivial simplification.

* valops.c (call_function_by_hand):  Use invisible references
	for TYPE_CODE_SET and TYPE_CODE_BITSTRING too.
This commit is contained in:
Per Bothner
1996-01-12 07:12:42 +00:00
parent c9746fb695
commit 34cfa2dab5
3 changed files with 11 additions and 7 deletions

View File

@@ -2967,8 +2967,7 @@ read_struct_type (pp, type, objfile)
|| !attach_fn_fields_to_type (&fi, type)
|| !read_tilde_fields (&fi, pp, type, objfile))
{
do_cleanups (back_to);
return (error_type (pp, objfile));
type = error_type (pp, objfile);
}
do_cleanups (back_to);