iglunix/pkgs/linux/reflex.patch
2021-06-19 12:37:35 +01:00

14 lines
348 B
Diff

--- a/scripts/kconfig/lexer.l
+++ b/scripts/kconfig/lexer.l
@@ -3,9 +3,10 @@
* Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
*/
%option nostdinit noyywrap never-interactive full ecs
-%option 8bit nodefault yylineno
+%option 8bit nodefault
%x ASSIGN_VAL HELP STRING
%{
+int yylineno = 0;
#include <assert.h>
#include <limits.h>