Loading scripts/kconfig/lexer.l +2 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,6 @@ n [A-Za-z0-9_-] %% int str = 0; int ts, i; #.* /* ignore comment */ [ \t]* /* whitespaces */ Loading Loading @@ -196,6 +195,8 @@ n [A-Za-z0-9_-] <HELP>{ [ \t]+ { int ts, i; ts = 0; for (i = 0; i < yyleng; i++) { if (yytext[i] == '\t') Loading Loading
scripts/kconfig/lexer.l +2 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,6 @@ n [A-Za-z0-9_-] %% int str = 0; int ts, i; #.* /* ignore comment */ [ \t]* /* whitespaces */ Loading Loading @@ -196,6 +195,8 @@ n [A-Za-z0-9_-] <HELP>{ [ \t]+ { int ts, i; ts = 0; for (i = 0; i < yyleng; i++) { if (yytext[i] == '\t') Loading