]> git.saurik.com Git - bison.git/commit
* 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)
commitbc82c5a5938c88f921dc2ce1f4edb06c4097e966
tree7dca7f0f35bc0f3360256673ce9ef8ef9836d256
parentfd19f2714f56e972cc03dba474399a89af630699
* data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
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.
ChangeLog
data/glr.c
data/lalr1.cc
data/yacc.c