* tree.c (avoid_overlap): Return a value.
authorJason Merrill <jason@yorick.cygnus.com>
Sun, 5 Apr 1998 03:24:25 +0000 (03:24 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 5 Apr 1998 03:24:25 +0000 (22:24 -0500)
From-SVN: r19004

gcc/cp/ChangeLog
gcc/cp/tree.c

index 2331812..5da11fb 100644 (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.
index b314185..8d694c2 100644 (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