1
0
mirror of https://github.com/Icinga/icinga2.git synced 2025-04-08 17:05:25 +02:00

Allow values as top-level statements.

Refs 
This commit is contained in:
Gunnar Beutner 2014-03-22 09:50:44 +01:00
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