diff options
Diffstat (limited to 'gcc/cp/parser.c')
-rw-r--r-- | gcc/cp/parser.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index 9ec571e..82495b6 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -22256,7 +22256,8 @@ cp_parser_objc_method_definition_list (cp_parser* parser) token = cp_lexer_peek_token (parser->lexer); continue; } - objc_start_method_definition (is_class_method, sig, attribute); + objc_start_method_definition (is_class_method, sig, attribute, + NULL_TREE); /* For historical reasons, we accept an optional semicolon. */ if (cp_lexer_next_token_is (parser->lexer, CPP_SEMICOLON)) |