[PATCH] add new keywords to parser
commitd4f8a4530eb07a1385fd17b0e62a7dce97486f49
authorRoman Zippel <zippel@linux-m68k.org>
Mon, 2 Jun 2003 10:24:37 +0000 (2 03:24 -0700)
committerBen Collins <bcollins@debian.org>
Mon, 2 Jun 2003 10:24:37 +0000 (2 03:24 -0700)
treee5081f4059c69dae1ffad4898181ad9b3e05b7b2
parent30e61a48eee5a7e75fa5796d39b59fe958433c7d
[PATCH] add new keywords to parser

Add the following new keywords: def_tristate, def_bool, def_boolean,
select, enable and range.

Add support for def_tristate and def_bool, which combines default and
bool/tristate into a single statement and a allows simpler definition
of derived symbols.
scripts/kconfig/lex.zconf.c_shipped
scripts/kconfig/zconf.l
scripts/kconfig/zconf.tab.c_shipped
scripts/kconfig/zconf.y