mirror of https://github.com/Icinga/icinga2.git
parent
a1734e3051
commit
76fefaf9e2
|
@ -591,7 +591,7 @@ lterm: type
|
||||||
|
|
||||||
$$ = MakeLiteral();
|
$$ = MakeLiteral();
|
||||||
}
|
}
|
||||||
| T_RETURN rterm
|
| T_RETURN optional_rterm
|
||||||
{
|
{
|
||||||
$$ = new ReturnExpression($2, @$);
|
$$ = new ReturnExpression($2, @$);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue