Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!YAHI.STANFORD.EDU!tiemann From: tiemann@YAHI.STANFORD.EDU (Michael Tiemann) Newsgroups: gnu.g++.bug Subject: fix for matrix problems (1.34.2) Message-ID: <8904041648.AA06340@yahi.stanford.edu> Date: 4 Apr 89 16:48:11 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: tiemann@lurch.stanford.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 19 yahi% diff -c2 cplus-class.c~ cplus-class.c *** cplus-class.c~ Mon Apr 3 00:46:33 1989 --- cplus-class.c Tue Apr 4 09:44:57 1989 *************** *** 308,312 **** { /* Need an entry in some other virtual function table. */ ! int i; /* This is the index we want. */ tree tmp; /* This walks through entries in array. */ tree pfn; --- 308,312 ---- { /* Need an entry in some other virtual function table. */ ! int i = 1; /* this is the index we want. */ tree tmp; /* This walks through entries in array. */ tree pfn; yahi% Michael