kconfig: require T_EOL to reduce visible statement
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 11 Dec 2018 11:00:46 +0000 (20:00 +0900)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 10 Feb 2019 21:31:54 +0000 (22:31 +0100)
commitbd94dc44f5a839eb58db52470fbabcc5c9014dc1
tree1b2c2e8d3b8b9b26083966463d8c2439f95aa1b4
parent779fb16265ed0e9dcb7975ee46f0411fb26d86a3
kconfig: require T_EOL to reduce visible statement

All line-oriented statements should be reduced when seeing a T_EOL
token. I guess missing T_EOL for the "visible" statement is just a
mistake. This commit decreases one shift/reduce conflict.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
config/zconf.y