Fix rethinko.

From-SVN: r64431
This commit is contained in:
Gabriel Dos Reis 2003-03-16 10:11:02 +00:00
parent 72bd67f935
commit 8e7d7fa0d5
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}