summaryrefslogtreecommitdiff
path: root/gcc/cp/search.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-04 20:46:23 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-04 20:46:23 +0000
commit201fed6eeab9817d164560e2f19a6553b46ec8eb (patch)
treee6852ba42179a28ed86a60875b5c21324b8146b2 /gcc/cp/search.c
parentd7739d8eb0b712d9d01cf597652cbb2186239c2f (diff)
downloadgcc-201fed6eeab9817d164560e2f19a6553b46ec8eb.tar.gz
* cfns.gperf (hash, libc_name_p): Prototype.
* rtti.c (build_dynamic_cast_1): Constification. * search.c (dfs_debug_unmarkedp, dfs_debug_mark): Unhide prototypes. * semantics.c (deferred_type_access_control): Prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32909 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/search.c')
-rw-r--r--gcc/cp/search.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cp/search.c b/gcc/cp/search.c
index 4c4b600659f..616933bb2fb 100644
--- a/gcc/cp/search.c
+++ b/gcc/cp/search.c
@@ -108,10 +108,8 @@ static tree marked_new_vtablep PARAMS ((tree, void *));
static tree unmarked_new_vtablep PARAMS ((tree, void *));
static tree marked_pushdecls_p PARAMS ((tree, void *));
static tree unmarked_pushdecls_p PARAMS ((tree, void *));
-#if 0
static tree dfs_debug_unmarkedp PARAMS ((tree, void *));
static tree dfs_debug_mark PARAMS ((tree, void *));
-#endif
static tree dfs_find_vbases PARAMS ((tree, void *));
static tree dfs_clear_vbase_slots PARAMS ((tree, void *));
static tree dfs_init_vbase_pointers PARAMS ((tree, void *));