commit | 4b31a32caf0a28e4726f1bf267ff8a804ed864e2 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Dec 11 20:01:09 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Dec 22 00:25:56 2018 +0900 |
tree | dae9a7d23fc26f0ce97cafe4311b4f8d74c78d92 | |
parent | 824fa3b3b5e3647de0530328e8734c24418eec49 [diff] |
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 <yamada.masahiro@socionext.com>