[gnu.utils.bug] Bug in Bison 1.01 & 1.03

Peter Eriksson (01/04/90)

There seems to be a bug in the way Bison handles some of the files. It tries
to do reads from files opened for writing! The files are opened with
openmode = "w", when they really should be opened with "w+", or closed and 
reopened for reading. Or is it really ok on Unix to read a file opened for
write?

/* Peter Eriksson (internet: d89.p-eriksson@linus.ida.liu.se) */