mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 08:04:14 +02:00
parent
54389cf324
commit
acbf916506
@ -299,12 +299,12 @@ lterm_items: /* empty */
|
|||||||
}
|
}
|
||||||
;
|
;
|
||||||
|
|
||||||
lterm_items_inner: lterm
|
lterm_items_inner: lterm %dprec 2
|
||||||
{
|
{
|
||||||
$$ = new std::vector<Expression *>();
|
$$ = new std::vector<Expression *>();
|
||||||
$$->push_back($1);
|
$$->push_back($1);
|
||||||
}
|
}
|
||||||
| lterm_items_inner sep lterm
|
| lterm_items_inner sep lterm %dprec 1
|
||||||
{
|
{
|
||||||
if ($1)
|
if ($1)
|
||||||
$$ = $1;
|
$$ = $1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user