]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Document gcc -Wundef fix.
[bison.git] / ChangeLog
index 6ecdb5255e124a5365bbf8eb9435d842a27b8de9..bfba2ea6a68d8724b4d3bf9e1463edfb241e6d62 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2009-12-16  Joel E. Denny  <jdenny@clemson.edu>
+
+       Document gcc -Wundef fix.
+       * NEWS (2.4.2): Here.
+       * THANKS (Jonathan Nieder): Add.
+
+2009-12-15  Jonathan Nieder  <jrnieder@gmail.com>  (tiny change)
+
+       Simplify y.tab.c when location tracking is disabled.
+       * data/yacc.c: Do not check YYLTYPE_IS_TRIVIAL if location
+       tracking is not enabled.  Instead, unconditionally define
+       YY_LOCATION_PRINT as a no-op for backward compatibility.
+
 2009-12-15  Jonathan Nieder  <jrnieder@gmail.com>  (tiny change)
 
        Avoid warnings from gcc -Wundef y.tab.c.