mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-09 08:42:59 -04:00
parent
7666b58919
commit
5991a878a0
1 changed files with 2 additions and 2 deletions
|
|
@ -342,8 +342,8 @@ object:
|
|||
context->m_ObjectAssign.push(true);
|
||||
context->m_SeenAssign.push(false);
|
||||
context->m_SeenIgnore.push(false);
|
||||
context->m_Assign.push(NULL);
|
||||
context->m_Ignore.push(NULL);
|
||||
context->m_Assign.push(0);
|
||||
context->m_Ignore.push(0);
|
||||
}
|
||||
object_declaration identifier optional_rterm use_specifier ignore_specifier rterm_scope_require_side_effect
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue