]> git.saurik.com Git - bison.git/commit
Get rid of yyrhs and yyprhs in glr.c.
authorAkim Demaille <demaille@gostai.com>
Tue, 25 Nov 2008 19:51:19 +0000 (20:51 +0100)
committerAkim Demaille <demaille@gostai.com>
Tue, 25 Nov 2008 22:11:34 +0000 (23:11 +0100)
commit783aa653f4ca70a75919c8516b950494c612cbfe
tree00d41e8a39b85e7c0398f354d22d13c964c187e0
parent6130b75585cad5f4bb2ee78875a0bfe109b2a3e3
Get rid of yyrhs and yyprhs in glr.c.

* data/glr.c (yyrhs, yyprhs): Remove.
Instead, use the state stack and yystos.
ChangeLog
data/glr.c