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:
Akim Demaille
2008-11-25 20:51:19 +01:00
parent 6130b75585
commit 783aa653f4
2 changed files with 11 additions and 17 deletions

View File

@@ -1,3 +1,9 @@
2008-11-25 Akim Demaille <demaille@gostai.com>
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 <demaille@gostai.com>
Flag glr tests.