diff options
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. */ |