From b3d81f80a3e88adf2c8bd5eec7fe642497efd407 Mon Sep 17 00:00:00 2001 From: François Pottier Date: Wed, 7 Oct 2015 11:00:42 +0200 Subject: One cosmetic change of [option] to [?]. No impact. --- 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 d6097ec1..69618c12 100644 --- a/cparser/pre_parser.mly +++ b/cparser/pre_parser.mly @@ -591,7 +591,7 @@ abstract_declarator: direct_abstract_declarator: | LPAREN abstract_declarator RPAREN -| option(direct_abstract_declarator) LBRACK type_qualifier_list? optional(assignment_expression, RBRACK) +| direct_abstract_declarator? LBRACK type_qualifier_list? optional(assignment_expression, RBRACK) | ioption(direct_abstract_declarator) LPAREN in_context(parameter_type_list?) RPAREN {} -- cgit