Commit 8e7d7fa0 by Gabriel Dos Reis

Fix rethinko.

From-SVN: r64431
parent 72bd67f9
......@@ -2091,7 +2091,7 @@ binding_for_name (tree name, tree scope)
BINDING_SCOPE (result) = scope;
result->is_local = false;
result->value_is_inherited = false;
result->has_level = true;
result->has_level = false;
IDENTIFIER_NAMESPACE_BINDINGS (name) = result;
return result;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment