mirror of https://github.com/Icinga/icinga2.git
parent
7666b58919
commit
5991a878a0
|
@ -342,8 +342,8 @@ object:
|
||||||
context->m_ObjectAssign.push(true);
|
context->m_ObjectAssign.push(true);
|
||||||
context->m_SeenAssign.push(false);
|
context->m_SeenAssign.push(false);
|
||||||
context->m_SeenIgnore.push(false);
|
context->m_SeenIgnore.push(false);
|
||||||
context->m_Assign.push(NULL);
|
context->m_Assign.push(0);
|
||||||
context->m_Ignore.push(NULL);
|
context->m_Ignore.push(0);
|
||||||
}
|
}
|
||||||
object_declaration identifier optional_rterm use_specifier ignore_specifier rterm_scope_require_side_effect
|
object_declaration identifier optional_rterm use_specifier ignore_specifier rterm_scope_require_side_effect
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue