]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/reader.c (token_translations_init): 256 is now the default
[bison.git] / ChangeLog
index 1570a9e03a6fed689e1846dbbde8985c52378047..fe43e4cbff49424db185dd3a36f364cdbd6d726a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2002-04-22  Akim Demaille  <akim@epita.fr>
+
+       * 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)).
+
 2002-04-22  Akim Demaille  <akim@epita.fr>
 
        Propagate more token_number_t.