[comp.sources.bugs] bug in bison

lvc@tut.cis.ohio-state.edu (Lawrence V. Cipriani) (12/17/87)

There is a bug in the bison program in the reader.c file on line 897.
I believe the = should be ==.

      if (c = '{')

should be:

      if (c == '{')

I do not know what problems the bug causes if any, but it sure looks
wrong to me.

-- 
	Larry Cipriani AT&T Network Systems at
	cbosgd!osu-cis!tut!lvc Ohio State University

tower@bu-cs.BU.EDU (Leonard H. Tower Jr.) (12/24/87)

X-Home: 36 Porter Street, Somerville, MA  02143, USA  +1 (617) 623-7739


Only bison bugs reported to:
	bug-gcc@prep.ai.mit.edu
are reviewed by rms.  He does not read USENET.
If you want something fixed send it there.

enjoy -len