From: Akim Demaille Date: Mon, 30 Jul 2012 12:40:18 +0000 (+0200) Subject: glr.cc: no longer require location support X-Git-Tag: v2.7.90~376 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/34904c575a176f45e206cc4dba4121fb445981ba?hp=34904c575a176f45e206cc4dba4121fb445981ba glr.cc: no longer require location support * data/glr.cc: Use b4_locations_if where appropriate. * data/lalr1.cc: M4 quotation changes to highlight code duplication with glr.cc. * tests/calc.at: Check glr.cc with and without %location. While at it, fuse multiple %parse-params into one. * tests/actions.at: Simplify. * NEWS: Doc this. Some other wording changes. ---