Fix rethinko.
authorGabriel Dos Reis <gdr@gcc.gnu.org>
Sun, 16 Mar 2003 10:11:02 +0000 (10:11 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Sun, 16 Mar 2003 10:11:02 +0000 (10:11 +0000)
From-SVN: r64431

gcc/cp/decl.c

index 75ac6d3b88e319b6d39f4bdacbe5edfcc80ca727..6d68251063069e37c2c61788834b4c48372f40fe 100644 (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;
 }