diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2000-04-04 20:46:23 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2000-04-04 20:46:23 +0000 |
commit | c2e407f12ccaa5d73b07e602b1d9dc3b57efcf9f (patch) | |
tree | e6852ba42179a28ed86a60875b5c21324b8146b2 /gcc/cp/semantics.c | |
parent | c0b864fce74e47f47672788276d1ae0745323f3b (diff) | |
download | gcc-c2e407f12ccaa5d73b07e602b1d9dc3b57efcf9f.zip gcc-c2e407f12ccaa5d73b07e602b1d9dc3b57efcf9f.tar.gz gcc-c2e407f12ccaa5d73b07e602b1d9dc3b57efcf9f.tar.bz2 |
cfns.gperf (hash, [...]): Prototype.
* 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.
From-SVN: r32909
Diffstat (limited to 'gcc/cp/semantics.c')
-rw-r--r-- | gcc/cp/semantics.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index 08d7774..a6bb229 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -48,6 +48,7 @@ static tree expand_cond PARAMS ((tree)); static tree maybe_convert_cond PARAMS ((tree)); static tree simplify_aggr_init_exprs_r PARAMS ((tree *, int *, void *)); +static void deferred_type_access_control PARAMS ((void)); /* Record the fact that STMT was the last statement added to the statement tree. */ |