]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
kconfig: stop associating kconf_id with yylval
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 11 Dec 2018 11:01:07 +0000 (20:01 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 21 Dec 2018 15:25:55 +0000 (00:25 +0900)
commitb3d1d9d3c36214a50c18ba377b47152c021768df
tree74ff277d9e3d1129be576d7a9615cde862d655ec
parentcaaebb3c6de3493c7f11f79a5dddc6691a40e55f
kconfig: stop associating kconf_id with yylval

The lexer has conventionally associated kconf_id data with yylval
to carry additional information to the parser.

No token is relying on this any more.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/kconfig/zconf.l
scripts/kconfig/zconf.y