From: Manfred Hollstein Date: Sat, 10 Oct 1998 09:24:04 +0000 (+0000) Subject: decl2.c (start_objects): Add new variable `joiner' and initialize it properly. X-Git-Tag: prereleases/libgcj-0.1~2623 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=182ed311af85ccbf36aa0b51566c3df69d0b1b9c;p=thirdparty%2Fgcc.git decl2.c (start_objects): Add new variable `joiner' and initialize it properly. � * decl2.c (start_objects): Add new variable `joiner' and initialize it properly. From-SVN: r22974 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index f2959684cd34..b26d1bfb5e5b 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +1998-10-10 Manfred Hollstein + + * decl2.c (start_objects): Add new variable `joiner' and + initialize it properly. + 1998-10-09 Mark Mitchell * search.c (expand_upcast_fixups): Tweak to match 1998-10-07