From d9b17759c9a56a33b7e2d57e0aaaab4951ef222d Mon Sep 17 00:00:00 2001 From: François Pottier Date: Wed, 7 Oct 2015 09:59:50 +0200 Subject: One more replacement of [ioption] with [option]. I missed this opportunity in the previous commit. --- cparser/pre_parser.mly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cparser/pre_parser.mly') diff --git a/cparser/pre_parser.mly b/cparser/pre_parser.mly index 14bf4a23..43b44c13 100644 --- a/cparser/pre_parser.mly +++ b/cparser/pre_parser.mly @@ -581,7 +581,7 @@ abstract_declarator: direct_abstract_declarator: | LPAREN abstract_declarator RPAREN -| ioption(direct_abstract_declarator) LBRACK type_qualifier_list? assignment_expression? RBRACK +| option(direct_abstract_declarator) LBRACK type_qualifier_list? assignment_expression? RBRACK | ioption(direct_abstract_declarator) LPAREN in_context(parameter_type_list?) RPAREN {} -- cgit