mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
d: create alias Value for YYSemanticType
* data/skeletons/d.m4: Here. * data/skeletons/lalr1.d, examples/d/calc/calc.y, examples/d/simple/calc.y: Adjust. * tests/calc.at, tests/d.at, tests/scanner.at: Test it.
This commit is contained in:
committed by
Akim Demaille
parent
8e44b24ba8
commit
b00fa62e95
@@ -102,9 +102,9 @@ if (isInputRange!R && is(ElementType!R : dchar))
|
||||
stderr.writeln(s);
|
||||
}
|
||||
|
||||
YYSemanticType semanticVal_;
|
||||
Value semanticVal_;
|
||||
|
||||
public final YYSemanticType semanticVal()
|
||||
public final Value semanticVal()
|
||||
{
|
||||
return semanticVal_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user