mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user