Build fix for SLES 11 (with -std=c++11)

fixes #10615
This commit is contained in:
Gunnar Beutner 2015-11-21 04:46:13 +01:00
parent 7666b58919
commit 5991a878a0
1 changed files with 2 additions and 2 deletions

View File

@ -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
{