merged -m flag with -j flag

This commit is contained in:
ceriel
1989-07-17 16:40:18 +00:00
parent 5ae08cd2bf
commit 88d1906ff7
2 changed files with 11 additions and 11 deletions

View File

@@ -55,7 +55,9 @@ main(argc,argv) register string argv[]; {
case 'j':
case 'J':
jmptable_option = 1;
continue;
if (*++arg)
min_cases_for_jmptable = atoi(arg);
break;
case 'w':
case 'W':
wflag = 1;
@@ -72,10 +74,6 @@ main(argc,argv) register string argv[]; {
case 'H':
high_percentage = atoi(++arg);
break;
case 'm':
case 'M':
min_cases_for_jmptable = atoi(++arg);
break;
# ifndef NDEBUG
case 'd':
case 'D':