* tree.c (avoid_overlap): Return a value.

From-SVN: r19004
This commit is contained in:
Jason Merrill 1998-04-05 03:24:25 +00:00 committed by Jason Merrill
parent ac08ebd030
commit 80cd3ecac8
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Sat Apr 4 18:43:58 1998 Jason Merrill <jason@yorick.cygnus.com>
* tree.c (avoid_overlap): Return a value.
Sat Apr 4 12:52:35 1998 Jeffrey A Law (law@cygnus.com)
* method.c (check_btype): Add missing argument to xrealloc.

View File

@ -770,6 +770,8 @@ avoid_overlap (decl, newdecl)
;
DECL_SIZE (field) = integer_one_node;
return 1;
}
/* Returns a list of fields to stand in for the base class subobjects