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)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 10 Feb 2019 20:54:22 +0000 (21:54 +0100)
commit3dc782557da1337d56609efe08d2000ea41f9890
tree2f4f9e7bb1a3704dd9c1acc9b8272a7a25da4f2a
parent04272dbc3dfed9d035a6359ff85101cddcd26bde
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>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
config/zconf.l
config/zconf.y