diff options
Diffstat (limited to 'discover/grub2/parser.y')
-rw-r--r-- | discover/grub2/parser.y | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/discover/grub2/parser.y b/discover/grub2/parser.y index dbdde51..45ad4e1 100644 --- a/discover/grub2/parser.y +++ b/discover/grub2/parser.y @@ -14,11 +14,7 @@ static void yyerror(struct grub2_parser *, char const *s); %} %union { - struct { - char *strval; - int expand; - int split; - }; + struct grub2_word *word; } /* reserved words */ |