X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/67b8cfbd94b6ec696291851f222922043044bfa4..9fc4c025fd334dabca9c7d66ec8219e4e29a4dda:/ChangeLog diff --git a/ChangeLog b/ChangeLog index fa6198ca..ee6abc5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-04-16 Joel E. Denny + + tests: pacify gcc 4.6.0's -Wunused-but-set-variable. + Reported by Jim Meyering at + . + * tests/actions.at + (Default %printer and %destructor for mid-rule values): Define + YYLLOC_DEFAULT so that it uses its Rhs argument. + 2011-04-16 Joel E. Denny glr.c: omit yyresolveLocations when locations are disabled.