diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-04 18:15:24 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-04 18:15:24 +0000 |
commit | e456e2eaaadc912a0320d5d2514709840278cb89 (patch) | |
tree | cf5d4dc982058804c087ecd26c284f9a136ae79c /gcc/cp/search.c | |
parent | 592af5ba816b086db49e1bc201290ea19bbe230f (diff) | |
download | gcc-e456e2eaaadc912a0320d5d2514709840278cb89.tar.gz |
* class.c (update_vtable_entry_for_fn): Prototype.
* pt.c (tsubst_decl): Initialize variables `argvec', `gen_tmpl'
and `tmpl'.
* search.c (dfs_build_inheritance_graph_order): Prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33678 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/search.c')
-rw-r--r-- | gcc/cp/search.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/search.c b/gcc/cp/search.c index 9b70d4e4aaa..33eb38eccbe 100644 --- a/gcc/cp/search.c +++ b/gcc/cp/search.c @@ -153,6 +153,7 @@ static void fixup_all_virtual_upcast_offsets PARAMS ((tree, tree)); static tree get_shared_vbase_if_not_primary PARAMS ((tree, void *)); static tree dfs_find_vbase_instance PARAMS ((tree, void *)); static tree dfs_get_pure_virtuals PARAMS ((tree, void *)); +static tree dfs_build_inheritance_graph_order PARAMS ((tree, void *)); /* Allocate a level of searching. */ |