]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig: use default 'yy' prefix for lexer and parser
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 11 Jan 2018 15:50:50 +0000 (00:50 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 21 Jan 2018 15:49:31 +0000 (00:49 +0900)
commitd6c7be0bf61f74523e6738326ce5af09f6607c59
tree84882d6da95b7c2f6c80d025a6c1930978b261b7
parent71ce7b5b854814f04a9a809fde6edd6f44e490f5
kconfig: use default 'yy' prefix for lexer and parser

Flex and Bison provide an option to change the prefix of globally-
visible symbols.  This is useful to link multiple lexers and/or
parsers into the same executable.  However, Kconfig (and any other
host programs in kernel) uses a single lexer and parser.  I do not
see a good reason to change the default 'yy' prefix.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Ulf Magnusson <ulfalizer@gmail.com>
scripts/kconfig/Makefile
scripts/kconfig/zconf.l
scripts/kconfig/zconf.y