diff options
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index e358ff6..a649c43 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -533,7 +533,7 @@ c_finish_incomplete_decl (tree decl) /* The Objective-C front-end often needs to determine the current scope. */ void * -get_current_scope (void) +objc_get_current_scope (void) { return current_scope; } |