]> git.saurik.com Git - bison.git/commit - doc/bison.texi
* src/reader.c (token_translations_init): 256 is now the default
authorAkim Demaille <akim@epita.fr>
Mon, 22 Apr 2002 08:22:11 +0000 (08:22 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 22 Apr 2002 08:22:11 +0000 (08:22 +0000)
commit23c5a174534ac30c30c6fa2aa0c008c4846295a6
treec30300be7df57be9e8857d66377bb644c0ad4188
parent5fbb0954b861b5bff653e1b87a1bd5e0b328445d
* src/reader.c (token_translations_init): 256 is now the default
value for the error token, i.e., it will be assigned another
number if the user assigned 256 to one of her tokens.
(reader): Don't force 256 to error.
* doc/bison.texinfo (Symbols): Adjust.
* tests/torture.at (AT_DATA_HORIZONTAL_GRAMMAR)
(AT_DATA_TRIANGULAR_GRAMMAR): Number the tokens as 1, 2, 3
etc. instead of 10, 20, 30 (which was used to `jump' over error
(256) and undefined (2)).
ChangeLog
NEWS
doc/bison.texinfo
src/reader.c
tests/torture.at