mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-21 12:44:58 +02:00
parent
03a4452343
commit
c5839b91aa
@ -565,15 +565,15 @@ combined_set_op: T_SET
|
|||||||
|
|
||||||
lterm: type
|
lterm: type
|
||||||
{
|
{
|
||||||
$$ = new LiteralExpression(); // ASTify this
|
$$ = MakeLiteral(); // ASTify this
|
||||||
}
|
}
|
||||||
| library
|
| library
|
||||||
{
|
{
|
||||||
$$ = new LiteralExpression(); // ASTify this
|
$$ = MakeLiteral(); // ASTify this
|
||||||
}
|
}
|
||||||
| constant
|
| constant
|
||||||
{
|
{
|
||||||
$$ = new LiteralExpression(); // ASTify this
|
$$ = MakeLiteral(); // ASTify this
|
||||||
}
|
}
|
||||||
| T_LOCAL indexer combined_set_op rterm
|
| T_LOCAL indexer combined_set_op rterm
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user