mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 13:53:03 +00:00
* 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.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2001-12-05 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* 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.
|
||||
|
||||
|
||||
2001-12-05 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/output.c (pack_vector): Use assert, not berror.
|
||||
|
||||
Reference in New Issue
Block a user