yacc.c: initialize yylval in pure-parser mode
commitfa5303b8ff748b8feab0b2613773056ce9f3ff54
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, 22 Oct 2012 10:16:33 +0000 (22 12:16 +0200)
treeea58a843b6401241dba8acaad938e1f621072fb9
parent39845e8e405f4aa74e93d04481c2c5d8004833fc
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