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