c++: api.location.type
authorAkim Demaille <akim@lrde.epita.fr>
Tue, 9 Oct 2012 10:09:59 +0000 (12:09 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Tue, 9 Oct 2012 13:59:18 +0000 (15:59 +0200)
commitdb8ab2be3337ef87629b761078ebc46a01e7f876
treea90c430b604c07cb0c9cb95024499ac59d4151ec
parent2aa5b2599509ca941dd817bcab47207f5d8cee1d
c++: api.location.type

This feature was introduced in 95a2de5695670ae0df98cb3c42141cad549f0204
(which is part of 2.5), but not documented.  Give it a proper name, and
make it public.

* data/c++.m4, data/lalr1.cc, data/glr.cc, data/java.m4: Use
api.location.type instead of location_type.
* src/muscle-tab.c (muscle_percent_variable_update): Map the latter to
the former.
* tests/local.at: Adjust.
* tests/calc.at: Use api.location.type.
Leave tests/java.at with location_type, at least for the time being,
to cover both names.
* doc/bison.texi: Document api.location.type.
(User Defined Location Type): New.
* NEWS: Update.
NEWS
data/c++.m4
data/glr.cc
data/java.m4
data/lalr1.cc
doc/bison.texi
src/muscle-tab.c
tests/calc.at
tests/local.at