]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Simplify y.tab.c when location tracking is disabled.
[bison.git] / ChangeLog
index 19dda9df1928eaa52138fb75c9c1017d3900c25e..029826fce353c952eaf9c920a315206461d252ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.