aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Parser.vy
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Parser.vy')
-rw-r--r--cparser/Parser.vy2
1 files changed, 1 insertions, 1 deletions
diff --git a/cparser/Parser.vy b/cparser/Parser.vy
index ab07cb94..3e175a37 100644
--- a/cparser/Parser.vy
+++ b/cparser/Parser.vy
@@ -451,7 +451,7 @@ struct_declaration:
{ Field_group (fst decspec) (rev' decls) (snd decspec) }
(* Extension to C99 grammar needed to parse some GNU header files. *)
| decspec = specifier_qualifier_list SEMICOLON
- { Field_group (fst decspec) [] (snd decspec) }
+ { Field_group (fst decspec) [(None,None)] (snd decspec) }
specifier_qualifier_list:
| typ = type_specifier rest = specifier_qualifier_list