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