]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
tests: don't depend on the actual location type.
[bison.git] / ChangeLog
index 51d9ac5cc406f7363cc28c2dda10efbdbac53433..5e38cd0ce978c6b56591ccdf3127539ae6b24c91 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2010-04-13  Akim Demaille  <demaille@gostai.com>
+
+       tests: don't depend on the actual location type.
+       * tests/calc.at: Use yy::parser::location_type rather than
+       yy::location, since the former is always right, and might point to
+       another type than the latter.
+
+2010-04-13  Akim Demaille  <demaille@gostai.com>
+
+       formatting changes.
+       * tests/calc.at: Formatting changes.
+
 2010-04-13  Akim Demaille  <demaille@gostai.com>
 
        lalr1.cc: remove useless forward declaration.