mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 21:03:04 +00:00
* data/yacc.c (yytnamerr): Fix typo: local var should be of type
YYSIZE_T, not size_t. * tests/regression.at (Trivial grammars): New test, to catch the error fixed by the above patch.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2006-05-14 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* data/yacc.c (yytnamerr): Fix typo: local var should be of type
|
||||
YYSIZE_T, not size_t.
|
||||
* tests/regression.at (Trivial grammars): New test, to catch
|
||||
the error fixed by the above patch.
|
||||
|
||||
2006-05-14 Akim Demaille <akim@lrde.epita.fr>
|
||||
|
||||
* doc/bison.texinfo (C++ Bison Interface): Clarify the naming
|
||||
|
||||
Reference in New Issue
Block a user