mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Useless parens.
* data/lalr1-fusion.cc (b4_rhs_location): Remove useless parens.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-11-04 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
Useless parens.
|
||||
* data/lalr1-fusion.cc (b4_rhs_location): Remove useless parens.
|
||||
|
||||
2008-11-04 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
Issue missing synclines after user actions.
|
||||
|
||||
@@ -52,7 +52,7 @@ m4_define([b4_rhs_value],
|
||||
# Expansion of @NUM, where the current rule has RULE-LENGTH symbols
|
||||
# on RHS.
|
||||
m4_define([b4_rhs_location],
|
||||
[(yystack_@{($1) - ($2)@}.location)])
|
||||
[yystack_@{($1) - ($2)@}.location])
|
||||
|
||||
|
||||
# b4_symbol_actions(FILENAME, LINENO,
|
||||
|
||||
Reference in New Issue
Block a user