yacc.c: initialize yylval in pure-parser mode
commite365aa4c3de212d7c6ea8d9b7d142ca3be2db6cd
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 5 Oct 2012 17:55:11 +0000 (5 10:55 -0700)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 8 Oct 2012 07:47:44 +0000 (8 09:47 +0200)
tree72f37ed0dedb90b5c16b5e9f92ef4547c3c13f92
parentc5178eb75d34ccbf5c543073445f23e8446cae09
yacc.c: initialize yylval in pure-parser mode

See http://lists.gnu.org/archive/html/bison-patches/2012-08/msg00024.html
(spreading over September and October).

* data/yacc.c (YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN)
(YY_IGNORE_MAYBE_UNINITIALIZED_END, YYLVAL_INITIALIZE):
New macros.  Use them to suppress an unwanted GCC diagnostic.
data/yacc.c