]> git.saurik.com Git - bison.git/commit
* data/c.m4 (b4_yy_symbol_print_generate):
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 May 2006 04:48:47 +0000 (04:48 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 May 2006 04:48:47 +0000 (04:48 +0000)
commit50cce58e9a046f6a98b66cf3907f2668d044df1c
treedad057e85d44051a3604b9987ece3b93c7e244d6
parent95c0638353d537cd9ca300c54cf2f93acda234b9
* data/c.m4 (b4_yy_symbol_print_generate):
(b4_yy_symbol_print_generate): Use 'YYSTYPE const' rather than
'const YYSTYPE', and similarly for YYLTYPE.  This fixes one
of the bugs reported today by Derek M Jones in
<http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
* doc/bison.texinfo (Value Type): Document that YYSTYPE must be
defined to be a type name without parens or brackets.
(Location Type): Similarly for YYLTYPE.
* tests/regression.at (Trivial grammars): Put in a test for this
bug that will be caught by 'make maintainer-check' (though not,
alas, by 'make check' unless your compiler is picky).
ChangeLog
data/c.m4
doc/bison.texinfo
tests/regression.at