search.c (struct lookup_base_data_s): New.
authorNathan Sidwell <nathan@codesourcery.com>
Tue, 12 Oct 2004 14:23:39 +0000 (14:23 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 12 Oct 2004 14:23:39 +0000 (14:23 +0000)
commit2c2e8978f301562ab4d5881758eef93693d5b319
treedcd9d9902f0cff883d070b0448bdb325105a0bf2
parenta3702807382bff86e48479f3b7e59831952b8537
search.c (struct lookup_base_data_s): New.

* search.c (struct lookup_base_data_s): New.
(lookup_base_r): Replace with ...
(dfs_lookup_base): ... this.
(lookup_base): Use dfs_walk_all.

From-SVN: r88934
gcc/cp/ChangeLog
gcc/cp/search.c