]> git.saurik.com Git - bison.git/commit
* data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Nov 2005 19:37:13 +0000 (19:37 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Nov 2005 19:37:13 +0000 (19:37 +0000)
commitd9963c85979e4d2adecd639d4b226b13f9e26385
treefac1744442c6ff7e4ed737bbafa7cacb6c120451
parent035aa4a0bbf1847843c48312d892f79599ba7d8a
* data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
Fix typos in previous change that broke 'make check'.
YY_REDUCE_PRINT cannot be a pseudo-varargs macro; that isn't
supported in C.
* tests/calc.at (_AT_CHECK_CALC,_AT_CHECK_CALC_ERROR):
Don't check NUM-STDERR-LINES, since the output format is fluctuating.
We can revert this once things settle down.
ChangeLog
data/yacc.c
tests/calc.at