X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/d467f443dfad0b9f243d0270feb85719c1ae6be6..39f5757a95b687b334165c129ec3c95ce5fec8b5:/ChangeLog diff --git a/ChangeLog b/ChangeLog index cef54a3d..5b61ec57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-09-09 Paul Hilfinger + + * data/glr.c (yySymbol): Define as int to avoid compiler warnings about + possible change of value. + 2010-09-08 Paul Hilfinger * data/glr.c (yy_reduce_print): Change yyrhsVals to yyvsp to remove