* data/yacc.c (yytnamerr): Fix typo: local var should be of type
commit276f48df88293dc0a67237d1124a26e0f9ee82fb
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 May 2006 05:10:06 +0000 (15 05:10 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 May 2006 05:10:06 +0000 (15 05:10 +0000)
tree675e4cb34e5bd7e9c8b56078604e6dc60c6b8c34
parentcd8b579166335323fc1c5a59ff7e3e9968d5ec4f
* 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.
ChangeLog
data/yacc.c
tests/regression.at