sets now allowed for all subranges

This commit is contained in:
ceriel
1987-10-28 16:03:56 +00:00
parent 148a294a31
commit 8fa3fa95bb
10 changed files with 36 additions and 38 deletions

View File

@@ -51,19 +51,6 @@ DoOption(text)
options[text[-1]]++;
break;
case 'i': /* # of bits in set */
{
char *t = text;
int val;
extern int maxset;
val = txt2int(&t);
if (val <= 0 || *t) {
error("bad -i flag; use -i<num>");
}
else maxset = val;
break;
}
case 'w':
if (*text) {
while (*text) {