Return back a fix for Centos6/7 compilation issues not related to shadow ones
This commit is contained in:
@@ -34,7 +34,7 @@ static bool printClassDocstring = true;
|
||||
// shortcut for all top/pop calls
|
||||
static PycRef<ASTNode> StackPopTop(FastStack& stack)
|
||||
{
|
||||
const auto node{ stack.top() };
|
||||
const auto node(stack.top());
|
||||
stack.pop();
|
||||
return node;
|
||||
}
|
||||
|
Reference in New Issue
Block a user