Fix a commit snafu
authorStan Shebs <shebs@codesourcery.com>
Tue, 16 Mar 2010 00:52:54 +0000 (00:52 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 16 Mar 2010 00:52:54 +0000 (00:52 +0000)
gdb/ax-gdb.c

index 5e22422..0e95bdf 100644 (file)
@@ -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;