提交 a01e5d24 编写于 作者: M Masahiro Yamada

kconfig: remove redundant token defines

These are already defined as %left.
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
上级 4b5ec81b
......@@ -69,11 +69,6 @@ static struct menu *current_menu, *current_entry;
%token <id>T_ON
%token <string> T_WORD
%token <string> T_WORD_QUOTE
%token T_UNEQUAL
%token T_LESS
%token T_LESS_EQUAL
%token T_GREATER
%token T_GREATER_EQUAL
%token T_CLOSE_PAREN
%token T_OPEN_PAREN
%token T_EOL
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册