projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67f0cbd
)
Fix a commit snafu
author
Stan Shebs
<shebs@codesourcery.com>
Tue, 16 Mar 2010 00:52:54 +0000
(
00:52
+0000)
committer
Stan Shebs
<shebs@codesourcery.com>
Tue, 16 Mar 2010 00:52:54 +0000
(
00:52
+0000)
gdb/ax-gdb.c
patch
|
blob
|
history
diff --git
a/gdb/ax-gdb.c
b/gdb/ax-gdb.c
index 5e22422a7b7ada9daaafc60e8d1e4629a7c1a536..0e95bdfcf9f43ecf130822c2dd6b700d907f3948 100644
(file)
--- a/
gdb/ax-gdb.c
+++ b/
gdb/ax-gdb.c
@@
-1519,7
+1519,7
@@
gen_maybe_namespace_elt (struct expression *exp,
sym = cp_lookup_symbol_namespace (namespace_name, name,
block_for_pc (ax->scope),
- VAR_DOMAIN
, 0
);
+ VAR_DOMAIN);
if (sym == NULL)
return 0;