Subject: bison vs. yacc
To: None <port-i386@netbsd.org>
From: T@W <lsp93@xs4all.nl>
List: port-i386
Date: 01/15/2001 12:03:17
Hi all,

Is bison -y more pickier than yacc?
Why does replacing yacc with bison -y lead to compiling errors
(specially with building from a src like the gnusrc).

As a try :
Building src with yacc gives no problems except shift/reduce warnings.
Building with bison -y (by replacing yacc in sys.mk) stops somewhere in the
middle.
I replace bison -y with yacc in sys.mk and everything runs fine........

How comes?

thats all folks,

T@W