aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/pre_parser.mly
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/pre_parser.mly')
-rw-r--r--cparser/pre_parser.mly2
1 files changed, 1 insertions, 1 deletions
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
{}