patch-2.3.47 linux/scripts/tkcond.c
Next file: linux/scripts/tkgen.c
Previous file: linux/scripts/header.tk
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Sun Feb 20 20:13:10 2000
- Orig file:
v2.3.46/linux/scripts/tkcond.c
- Orig date:
Sun Feb 13 19:29:04 2000
diff -u --recursive --new-file v2.3.46/linux/scripts/tkcond.c linux/scripts/tkcond.c
@@ -53,6 +53,7 @@
|| cfg->token == token_define_string
|| cfg->token == token_define_tristate
|| cfg->token == token_dep_bool
+ || cfg->token == token_dep_mbool
|| cfg->token == token_dep_tristate
|| cfg->token == token_hex
|| cfg->token == token_int
@@ -517,6 +518,7 @@
break;
case token_dep_bool:
+ case token_dep_mbool:
case token_dep_tristate:
/*
* Same as the other simple statements, plus an additional
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)