summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5135d60..e53ccba 100644
--- a/cparser/pre_parser.mly
+++ b/cparser/pre_parser.mly
@@ -359,7 +359,7 @@ struct_or_union:
struct_declaration_list:
| (* empty *)
-| struct_declaration_list? struct_declaration
+| struct_declaration_list struct_declaration
{}
struct_declaration: