mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
bucket. Adjust all dependencies. * src/reduce.c (nonterminals_reduce): Don't forget to renumber the `number' of the buckets too. * src/gram.h: Include `symtab.h'. (associativity): Move to... * src/symtab.h: here. No longer include `gram.h'.
This commit is contained in:
13
ChangeLog
13
ChangeLog
@@ -1,3 +1,16 @@
|
||||
2002-04-07 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
|
||||
bucket.
|
||||
Adjust all dependencies.
|
||||
* src/reduce.c (nonterminals_reduce): Don't forget to renumber the
|
||||
`number' of the buckets too.
|
||||
* src/gram.h: Include `symtab.h'.
|
||||
(associativity): Move to...
|
||||
* src/symtab.h: here.
|
||||
No longer include `gram.h'.
|
||||
|
||||
|
||||
2002-04-07 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/gram.h, src/gram.c (rules_rhs_length): New.
|
||||
|
||||
Reference in New Issue
Block a user