Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!UCBVAX.BERKELEY.EDU!pixar!nil From: pixar!nil@UCBVAX.BERKELEY.EDU (Scott J. Kramer) Newsgroups: gnu.utils.bug Subject: your patch to bison Message-ID: <8905270125.AA29668@ucbvax.Berkeley.EDU> Date: 27 May 89 01:25:37 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 30 In version 1.34.2 of g++ on yahi, the README file contains this patch for bison: yahi% diff -c2 reader.c~ reader.c *** reader.c~ Wed Mar 1 09:37:33 1989 --- reader.c Wed Mar 29 14:02:15 1989 *************** *** 124,128 **** /* fattrs winds up in the .tab.c file, before bison.simple. */ fprintf(fattrs, LTYPESTR); ! if (yylsp_needed) { if (fdefines) --- 124,129 ---- /* fattrs winds up in the .tab.c file, before bison.simple. */ fprintf(fattrs, LTYPESTR); ! /* tiemann fixed bug here. */ ! if (1 || yylsp_needed) { if (fdefines) A recent copy of bison from MIT aeneas (a.k.a. prep), version 1.01, Michael's patch. Is there some "version skew" happening? . . . Scott J. Kramer inet: pixar!nil@ucbvax.Berkeley.EDU Pixar uucp: ...!{sun,ucbvax}!pixar!nil 3240 Kerner Boulevard voice: 415-258-8173 San Rafael, CA, USA 94901-4840