Get rid of (yy)rhs and (yy)prhs.

These tables are no longer needed in the parsers, and they don't seem to
be useful.  They are not documented either.

	* src/output.c (prepare_rules): Get rid of rhs and prhs.
	Adjust the computation of (yy)r2.
This commit is contained in:
Akim Demaille
2008-11-25 21:09:20 +01:00
parent 08c81469c6
commit 3d3bc1fe30
2 changed files with 15 additions and 22 deletions

View File

@@ -1,3 +1,12 @@
2008-11-26 Akim Demaille <demaille@gostai.com>
Get rid of (yy)rhs and (yy)prhs.
These tables are no longer needed in the parsers, and they don't seem to
be useful. They are not documented either.
* src/output.c (prepare_rules): Get rid of rhs and prhs.
Adjust the computation of (yy)r2.
2008-11-26 Akim Demaille <demaille@gostai.com>
Rule length is unsigned.