patch-1.3.50 linux/scripts/tkgen.c
Next file: linux/Documentation/Configure.help
Previous file: linux/mm/swap.c
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Fri Dec 22 08:22:06 1995
- Orig file:
v1.3.49/linux/scripts/tkgen.c
- Orig date:
Thu Nov 9 11:23:57 1995
diff -u --recursive --new-file v1.3.49/linux/scripts/tkgen.c linux/scripts/tkgen.c
@@ -499,10 +499,10 @@
case tok_dep_tristate:
case tok_int:
case tok_choose:
- case tok_choice:
case tok_sound:
tot++;
break;
+ case tok_choice:
default:
break;
}
@@ -561,7 +561,6 @@
case tok_dep_tristate:
case tok_int:
case tok_choose:
- case tok_choice:
case tok_sound:
/*
* If we have overfilled the menu, then go to the next one.
@@ -578,6 +577,7 @@
break;
case tok_define:
cfg->menu_number = -1;
+ case tok_choice:
default:
break;
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this