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:
Paul Hilfinger
2010-09-09 00:46:50 -07:00
parent d467f443df
commit 39f5757a95
2 changed files with 6 additions and 1 deletions

View File

@@ -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