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

kconfig: move the file and lineno in struct file to struct buffer



struct file has two link nodes, 'next' and 'parent'.

The former is used to link files in the 'file_list' linked list,
which manages the list of Kconfig files seen so far.

The latter is used to link files in the 'current_file' linked list,
which manages the inclusion ("source") tree.

The latter should be tracked together with the lexer state.

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