c++: avoid using the obsolete names
commit85f5e3b9d5188b093ad9e6b382b77044b9bdec1f
authorAkim Demaille <akim.demaille@gmail.com>
Tue, 7 Sep 2021 04:41:54 +0000 (7 06:41 +0200)
committerAkim Demaille <akim.demaille@gmail.com>
Sun, 12 Sep 2021 10:03:58 +0000 (12 12:03 +0200)
treef299f3c285697593ea649e1b72494627b9be4f4c
parentc3a4686a0318333af08d3e6478a6313c03d8459b
c++: avoid using the obsolete names

* data/skeletons/c++.m4: Don't define obsolete identifiers in the case
of glr2.cc.  Let's not start with technical debt.
* data/skeletons/glr2.cc, data/skeletons/lalr1.cc,
* data/skeletons/variant.hh: Use token_kind_type, not token_type.
* tests/c++.at, tests/local.at: Use value_type, not semantic_type.
data/skeletons/c++.m4
data/skeletons/glr2.cc
data/skeletons/lalr1.cc
data/skeletons/variant.hh
tests/c++.at
tests/local.at