projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72bd67f
)
Fix rethinko.
author
Gabriel Dos Reis
<gdr@gcc.gnu.org>
Sun, 16 Mar 2003 10:11:02 +0000
(10:11 +0000)
committer
Gabriel Dos Reis
<gdr@gcc.gnu.org>
Sun, 16 Mar 2003 10:11:02 +0000
(10:11 +0000)
From-SVN: r64431
gcc/cp/decl.c
patch
|
blob
|
history
diff --git
a/gcc/cp/decl.c
b/gcc/cp/decl.c
index 75ac6d3b88e319b6d39f4bdacbe5edfcc80ca727..6d68251063069e37c2c61788834b4c48372f40fe 100644
(file)
--- a/
gcc/cp/decl.c
+++ b/
gcc/cp/decl.c
@@
-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 =
tru
e;
+ result->has_level =
fals
e;
IDENTIFIER_NAMESPACE_BINDINGS (name) = result;
return result;
}