mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 22:24:44 +02:00
parent
6625346922
commit
c92625770c
@ -573,6 +573,7 @@ aexpression: T_STRING
|
|||||||
| '~' aexpression
|
| '~' aexpression
|
||||||
{
|
{
|
||||||
$$ = new Value(make_shared<AExpression>(AENegate, static_cast<AExpression::Ptr>(*$2)));
|
$$ = new Value(make_shared<AExpression>(AENegate, static_cast<AExpression::Ptr>(*$2)));
|
||||||
|
delete $2;
|
||||||
}
|
}
|
||||||
| aexpression '+' aexpression
|
| aexpression '+' aexpression
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user