mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Remove compiler warnings in GLR parsers.
* data/glr.c (yySymbol): Define as int to avoid compiler warnings about possible change of value.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-09-09 Paul Hilfinger <hilfinger@cs.berkeley.edu>
|
||||
|
||||
* data/glr.c (yySymbol): Define as int to avoid compiler warnings about
|
||||
possible change of value.
|
||||
|
||||
2010-09-08 Paul Hilfinger <hilfinger@cs.berkeley.edu>
|
||||
|
||||
* data/glr.c (yy_reduce_print): Change yyrhsVals to yyvsp to remove
|
||||
|
||||
Reference in New Issue
Block a user