mirror of https://github.com/Icinga/icinga2.git
parent
ddbbd42c4b
commit
24e029bdb0
|
@ -207,6 +207,11 @@ statements: /* empty */
|
|||
;
|
||||
|
||||
statement: object | type | include | include_recursive | library | variable | apply
|
||||
{ }
|
||||
| value
|
||||
{
|
||||
delete $1;
|
||||
}
|
||||
;
|
||||
|
||||
include: T_INCLUDE value
|
||||
|
|
Loading…
Reference in New Issue