diff options
Diffstat (limited to 'gcc/cp/error.c')
-rw-r--r-- | gcc/cp/error.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/error.c b/gcc/cp/error.c index 90f0a36..b230e1f 100644 --- a/gcc/cp/error.c +++ b/gcc/cp/error.c @@ -110,6 +110,7 @@ static void dump_parameters PROTO((tree, int, int)); static void dump_exception_spec PROTO((tree, int)); static char *aggr_variety PROTO((tree)); static tree ident_fndecl PROTO((tree)); +static int interesting_scope_p PROTO((tree)); void init_error () |