Skip to content
Commit 65017d83 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kconfig: narrow the scope of variables in the lexer



The variables, "ts" and "i", are used locally in the action of
the [ \t]+ pattern in the <HELP> start state.

Define them where they are used.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent d05377e1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment