[gnu.utils.bug] your patch to bison

nil@UCBVAX.BERKELEY.EDU (Scott J. Kramer) (05/27/89)

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

tiemann@YAHI.STANFORD.EDU (Michael Tiemann) (05/27/89)

The 1.35.0 readme suggests using 1.01.

Michael