diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-02-14 23:57:50 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-02-14 23:57:50 +0000 |
commit | af3598f8c6c2d6190144310bb17db66ead98c04e (patch) | |
tree | 3659183e7cbb46b387c96a77750c340cc11da7fb /gdb | |
parent | 003d6d1dc87f1c90f12722f08cbf1d22c29c4d3f (diff) | |
download | gdb-af3598f8c6c2d6190144310bb17db66ead98c04e.zip gdb-af3598f8c6c2d6190144310bb17db66ead98c04e.tar.gz gdb-af3598f8c6c2d6190144310bb17db66ead98c04e.tar.bz2 |
Revert accidental commit.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/linespec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/linespec.c b/gdb/linespec.c index 15ccab0..ca9d01d 100644 --- a/gdb/linespec.c +++ b/gdb/linespec.c @@ -1213,7 +1213,7 @@ symbol_found: /* We also jump here from inside the C++ class/namespace { struct blockvector *bv = BLOCKVECTOR (sym_symtab); struct block *b = BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK); - if (lookup_block_symbol (b, copy, NULL, VAR_NAMESPACE) != NULL) + if (lookup_block_symbol (b, copy, VAR_NAMESPACE) != NULL) build_canonical_line_spec (values.sals, copy, canonical); } return values; |