]> git.saurik.com Git - bison.git/commitdiff
deterministic user-token-number redeclaration errors.
authorAkim Demaille <demaille@gostai.com>
Wed, 3 Jun 2009 21:15:38 +0000 (23:15 +0200)
committerAkim Demaille <demaille@gostai.com>
Wed, 10 Jun 2009 08:38:42 +0000 (10:38 +0200)
Address nondeterminism reported by Joel E. Denny.
http://lists.gnu.org/archive/html/bison-patches/2009-05/msg00023.html

* src/uniqstr.h: Comment changes.
* src/location.h (boundary_cmp, location_cmp): New.
* src/symtab.c (user_token_number_redeclaration): New.
(symbol_translation): Use it.
* tests/input.at (Numbered tokens): Adjust the expected output.


No differences found