commit | 0bcc547ec4b03a0b66615694561cce9c5a9a1014 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Dec 11 20:00:50 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Dec 13 00:20:09 2018 +0900 |
tree | eeba0495dd1d97aea2f2270af7e821c86d55ee64 | |
parent | cc66bca775eeb81ef24456338bcd97e2e780c236 [diff] |
kconfig: clean up EOF handling in the lexer A new file should always start in the INITIAL state. When the lexer bumps into EOF, the lexer must get back to the INITIAL state anyway. Remove the redundant <<EOF>> pattern in the PARAM state. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>