X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fgrub2%2Flexer.l;h=e557146c24c51fa50892de9dca7c3d89cdd30068;hp=e1aad9931252f98be623a5fc87035a61f3de4ef2;hb=c43847fe14e6b32cc58b8e8168f78e72ef94316d;hpb=6c0dd46749cd791f3923e0d60f41d7a5e1033945 diff --git a/discover/grub2/lexer.l b/discover/grub2/lexer.l index e1aad99..e557146 100644 --- a/discover/grub2/lexer.l +++ b/discover/grub2/lexer.l @@ -17,8 +17,6 @@ void yyerror(struct grub2_parser *parser, const char *fmt, ...); %option yylineno %option noyyalloc noyyfree noyyrealloc %option extra-type="struct grub2_parser *" -%option header-file="lexer.h" -%option outfile="lexer.c" %x sqstring %x dqstring