提交 33819600 编写于 作者: M Martin Walch 提交者: Yann E. MORIN

kconfig: remove unused definition from scanner

The definition ws [ \n\t] is not used anywhere. Drop it to avoid confusion.

As it is a dead definition, any changes in the resulting code generated by
flex would be surprising (actually testing this showed that there are really
no changes). So, there is no need to touch the existing zconf.lex.c_shipped.
Signed-off-by: NMartin Walch <walch.martin@web.de>
Reviewed-by: N"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: N"Yann E. MORIN: <yann.morin.1998@free.fr>
上级 57540f1d
......@@ -68,7 +68,6 @@ static void alloc_string(const char *str, int size)
}
%}
ws [ \n\t]
n [A-Za-z0-9_]
%%
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册