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

kconfig: do not delay the cur_filename update



Currently, cur_filename is updated at the first token of each statement.
However, this seems unnecessary based on my understanding; the parser
can use the same variable as the lexer tracks.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent fe273c6f
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