]> git.saurik.com Git - bison.git/commit
* src/output.c (output_gram): Rely on nritems, not the
authorAkim Demaille <akim@epita.fr>
Thu, 27 Dec 2001 18:17:39 +0000 (18:17 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 27 Dec 2001 18:17:39 +0000 (18:17 +0000)
commit3db472b9ebf3e4f58154af02c713e29d258926f5
tree1a15213a70bc71adde14513f86d1d4f721805199
parentb365aa058967348e2161fe0e5c11d8943f13f4c2
* src/output.c (output_gram): Rely on nritems, not the
0-sentinel.  See below.
Use -1 as separator, not 0.
* src/bison.simple (yyparse): Subtract 1 to the rule numbers.
Rely on -1 as separator in yyrhs, instead of 0.
* tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
twice `Now at end of input', therefore there are two lines less to
expect.
ChangeLog
src/bison.simple
src/output.c
tests/calc.at