Commit 80cd3eca by Jason Merrill Committed by Jason Merrill

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

From-SVN: r19004
parent ac08ebd0
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) Sat Apr 4 12:52:35 1998 Jeffrey A Law (law@cygnus.com)
* method.c (check_btype): Add missing argument to xrealloc. * method.c (check_btype): Add missing argument to xrealloc.
......
...@@ -770,6 +770,8 @@ avoid_overlap (decl, newdecl) ...@@ -770,6 +770,8 @@ avoid_overlap (decl, newdecl)
; ;
DECL_SIZE (field) = integer_one_node; DECL_SIZE (field) = integer_one_node;
return 1;
} }
/* Returns a list of fields to stand in for the base class subobjects /* Returns a list of fields to stand in for the base class subobjects
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment