X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/d63311dfb967f077bde57ee34e72604edbde80ab..f3bd3f7876b4d4c6d22b9590e1a0938ad342c91f:/ChangeLog diff --git a/ChangeLog b/ChangeLog index ced339c8..76397fb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-08-21 Joel E. Denny + + lalr1.cc: remove trailing comma from enumerator list. + * data/lalr1.cc (yy::parser): Here. This suppresses a -pedantic + warning. + 2011-08-21 Joel E. Denny tests: add -pedantic for --enable-gcc-warnings.