diff options
Diffstat (limited to 'gcc/cp/parser.c')
-rw-r--r-- | gcc/cp/parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index 6240c24..2116619 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -1786,7 +1786,7 @@ cp_parser_is_keyword (cp_token* token, enum rid keyword) or `x', respectively. If the DECL was named as `A::B' then NESTED_NAME_SPECIFIER is `A'. */ -tree +static tree cp_parser_scope_through_which_access_occurs (tree decl, tree object_type, tree nested_name_specifier) |