]> git.ipfire.org Git - pakfire.git/commitdiff
parser: Do not define yyunput
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 24 Feb 2021 18:09:10 +0000 (18:09 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 24 Feb 2021 18:09:10 +0000 (18:09 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/parser/scanner.l

index 9779b478c96a63a9812537d4493e69d3a2c24e0b..5f55447c1260bb3f04feceb1e14de1806b26ebd4 100644 (file)
@@ -18,7 +18,7 @@
 #                                                                             #
 #############################################################################*/
 
-%option noinput noyywrap yylineno
+%option noinput nounput noyywrap yylineno
 %option nodefault
 %option stack noyy_top_state
 %option warn