mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 14:53:03 +00:00
Fix precedence for end token.
Since Bison 2.3b, which restored the ability of precedence directives to assign user token numbers, doing so for user token number 0 has produced an assertion failure. * NEWS (2.5): Document fix. * src/symtab.c (symbol_user_token_number_set): In the case of the end token, don't decrement ntokens if it was never incremented. * tests/regression.at (Token number in precedence declaration): Extend.
This commit is contained in:
12
ChangeLog
12
ChangeLog
@@ -1,3 +1,15 @@
|
||||
2011-05-01 Joel E. Denny <joeldenny@joeldenny.org>
|
||||
|
||||
Fix precedence for end token.
|
||||
Since Bison 2.3b, which restored the ability of precedence
|
||||
directives to assign user token numbers, doing so for user token
|
||||
number 0 has produced an assertion failure.
|
||||
* NEWS (2.5): Document fix.
|
||||
* src/symtab.c (symbol_user_token_number_set): In the case of the
|
||||
end token, don't decrement ntokens if it was never incremented.
|
||||
* tests/regression.at (Token number in precedence declaration):
|
||||
Extend.
|
||||
|
||||
2011-05-01 Joel E. Denny <joeldenny@joeldenny.org>
|
||||
|
||||
Prepare for 2.5 release.
|
||||
|
||||
Reference in New Issue
Block a user