patch-2.1.43 linux/scripts/tkcond.c
Next file: linux/scripts/tkgen.c
Previous file: linux/scripts/mkdep.c
Back to the patch index
Back to the overall index
- Lines: 32
- Date:
Thu Jun 12 16:22:12 1997
- Orig file:
v2.1.42/linux/scripts/tkcond.c
- Orig date:
Mon May 6 02:26:18 1996
diff -u --recursive --new-file v2.1.42/linux/scripts/tkcond.c linux/scripts/tkcond.c
@@ -195,6 +195,7 @@
if( cfg->tok != tok_bool
&& cfg->tok != tok_int
&& cfg->tok != tok_hex
+ && cfg->tok != tok_string
&& cfg->tok != tok_tristate
&& cfg->tok != tok_choice
&& cfg->tok != tok_dep_tristate)
@@ -358,6 +359,7 @@
case tok_tristate:
case tok_int:
case tok_hex:
+ case tok_string:
case tok_choice:
case tok_make:
/*
@@ -402,6 +404,7 @@
case tok_dep_tristate:
case tok_int:
case tok_hex:
+ case tok_string:
for(cfg1=cfg;cfg1 != NULL; cfg1 = cfg1->next)
{
switch(cfg1->tok)
@@ -412,6 +415,7 @@
case tok_dep_tristate:
case tok_int:
case tok_hex:
+ case tok_string:
if( strcmp(cfg->optionname, cfg1->optionname) == 0)
{
cfg->flags |= CFG_DUP;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov