]> git.saurik.com Git - bison.git/commitdiff
* data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Dec 2004 20:41:54 +0000 (20:41 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Dec 2004 20:41:54 +0000 (20:41 +0000)
Parenthesize rhs to avoid obscure problems with mistakes like
"foo$$bar = foo$1bar;".  Problem reported by twlevo at xs4all.
* data/lalr1.cc (b4_lhs_value, b4_rhs_value, b4_lhs_location,
b4_rhs_location): Likewise.
* data/yacc.c (b4_lhs_value, b4_rhs_value, b4_lhs_location,
b4_rhs_location): Likewise.


No differences found