diff options
Diffstat (limited to 'gcc/c-parser.c')
-rw-r--r-- | gcc/c-parser.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/c-parser.c b/gcc/c-parser.c index dc5ea8d..5b38a48 100644 --- a/gcc/c-parser.c +++ b/gcc/c-parser.c @@ -6729,8 +6729,9 @@ c_parser_objc_method_definition (c_parser *parser) else { /* This code is executed when we find a method definition - outside of an @implementation context. Parse the method (to - keep going) but do not emit any code. + outside of an @implementation context (or invalid for other + reasons). Parse the method (to keep going) but do not emit + any code. */ c_parser_compound_statement (parser); } |