]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
parser: handle %locations as %define locations.
[bison.git] / ChangeLog
index 483f6ad6ac2221c49a5b33b01b465310e001973f..427b62da061aff722491e03ebd3a3734e5aedcab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2009-04-06  Akim Demaille  <demaille@gostai.com>
+
+       parser: handle %locations as %define locations.
+       * src/getargs.h, src/getargs.c (locations_flag): Remove.
+       * src/getargs.c, src/scan-code.l: Use muscle_percent_define_ensure
+       to set "locations" to true.
+       * src/output.c (prepare): Don't output "locations".
+       * src/scan-gram.l (%locations): Handle it as a %<flag>.
+       * src/parse-gram.y: It's no longer a token.
+       Don't handle it.
+       * data/bison.m4 (b4_locations_if): Define it with
+       b4_percent_define_if_define.
+       * data/c.m4, data/glr.cc: Adjust.
+
+2009-04-06  Akim Demaille  <demaille@gostai.com>
+
+       Regen.
+       * src/parse-gram.c: Regen.
+
 2009-04-06  Akim Demaille  <demaille@gostai.com>
 
        muscle: factor the handling of obsolete of obsolete directives.