mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-07-24 17:40:33 +00:00
Get rid of yyrhs and yyprhs in glr.c.
* data/glr.c (yyrhs, yyprhs): Remove. Instead, use the state stack and yystos.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2008-11-25 Akim Demaille <[email protected]>
|
||||
|
||||
Get rid of yyrhs and yyprhs in glr.c.
|
||||
* data/glr.c (yyrhs, yyprhs): Remove.
|
||||
Instead, use the state stack and yystos.
|
||||
|
||||
2008-11-25 Akim Demaille <[email protected]>
|
||||
|
||||
Flag glr tests.
|
||||
|
||||
Reference in New Issue
Block a user