summaryrefslogtreecommitdiff
path: root/cparser/pre_parser.mly
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/pre_parser.mly')
-rw-r--r--cparser/pre_parser.mly1
1 files changed, 1 insertions, 0 deletions
diff --git a/cparser/pre_parser.mly b/cparser/pre_parser.mly
index 0a43df7..5135d60 100644
--- a/cparser/pre_parser.mly
+++ b/cparser/pre_parser.mly
@@ -358,6 +358,7 @@ struct_or_union:
{}
struct_declaration_list:
+| (* empty *)
| struct_declaration_list? struct_declaration
{}