Get rid of (yy)rhs and (yy)prhs.
commit3d3bc1fe30f356cf674a979409e86ea0f88de4a0
authorAkim Demaille <demaille@gostai.com>
Tue, 25 Nov 2008 20:09:20 +0000 (25 21:09 +0100)
committerAkim Demaille <demaille@gostai.com>
Wed, 26 Nov 2008 08:55:31 +0000 (26 09:55 +0100)
tree85cbdd054e410ace95e047093f191a4484eb2538
parent08c81469c6176f3ae9c5fbef957a919d993dc2ea
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.
ChangeLog
src/output.c