mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Fuse yyval and yyloc into yylhs.
* data/lalr1.cc (b4_lhs_value, b4_lhs_location): Adjust to using yylhs. (parse): Replace yyval and yyloc with yylhs.value and yylhs.location. After a user action, compute yylhs.state earlier. (yyerrlab1): Do not play tricks with yylhs.location, rather, use a fresh error_token.
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
||||
2008-11-09 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
Fuse yyval and yyloc into yylhs.
|
||||
* data/lalr1.cc (b4_lhs_value, b4_lhs_location): Adjust to using
|
||||
yylhs.
|
||||
(parse): Replace yyval and yyloc with yylhs.value and
|
||||
yylhs.location.
|
||||
After a user action, compute yylhs.state earlier.
|
||||
(yyerrlab1): Do not play tricks with yylhs.location, rather, use a
|
||||
fresh error_token.
|
||||
|
||||
2008-11-09 Di-an Jan <dianj@freeshell.org>
|
||||
|
||||
Remove unused variable.
|
||||
|
||||
Reference in New Issue
Block a user