]> git.saurik.com Git - bison.git/commit
lalr1.cc: location_type: make sure we don't depend on loc.(begin|end).
authorAkim Demaille <demaille@gostai.com>
Wed, 14 Apr 2010 14:37:54 +0000 (16:37 +0200)
committerAkim Demaille <demaille@gostai.com>
Fri, 7 May 2010 20:40:12 +0000 (22:40 +0200)
commit0f404a0af0cb68849b5099e95dec0f9a09e3973d
tree8be224ed0b23ab69dc0402060f8c168a26d29151
parentbdc360ae58d652f2cb5f5145844c359e1a3e5d3c
lalr1.cc: location_type: make sure we don't depend on loc.(begin|end).

* tests/calc.at (Span): Instead of begin/end, as in the built-in
location class, use first and last.
Define YYLLOC_DEFAULT to adjust to these changes.
* tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Adjust to the
location_type changes.

(cherry picked from commit c826013fb38c98861ef0fc5d4dc3fb3fb4f555be)

Conflicts:

tests/calc.at
ChangeLog
tests/calc.at
tests/local.at