From: Masahiro Yamada Date: Tue, 11 Dec 2018 11:01:09 +0000 (+0900) Subject: kconfig: update current_pos in the second lexer X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=7bbbd919c36e802ac66320b3ed1c212487ab3f2d;hp=7bbbd919c36e802ac66320b3ed1c212487ab3f2d;p=carl9170fw.git kconfig: update current_pos in the second lexer To simplify the generated lexer, let the hand-made lexer update the file name and line number for the parser. I tested this with DEBUG_PARSE, and confirmed the same file names and line numbers were dumped. Signed-off-by: Masahiro Yamada Signed-off-by: Christian Lamparter ---