]> git.saurik.com Git - bison.git/commit
* src/reduce.c (reduce_grammar_tables): No longer disable the
authorAkim Demaille <akim@epita.fr>
Wed, 5 Dec 2001 09:24:35 +0000 (09:24 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 5 Dec 2001 09:24:35 +0000 (09:24 +0000)
commit5844cd0cfa8cdd592251b380f70cefba3bbb9c4a
treef8e190b18899f9e09da76cdb4b38bae3f51e2fad
parent0fc1a97d9f82d66bb680bf7a0f599b9b35d8eb78
* src/reduce.c (reduce_grammar_tables): No longer disable the
removal of useless rules via CPP but via `if (0)', so that the
compiler still check the code is valid.
For instance, it should have noticed `rline' no longer exists: use
the `line' member of rule_t.
* src/gram.c (dummy, rline): Remove, unused.
ChangeLog
src/gram.c
src/reduce.c