Added "nflag".
This commit is contained in:
@@ -50,6 +50,7 @@ extern install();
|
||||
# ifndef NDEBUG
|
||||
extern badassertion();
|
||||
# endif not NDEBUG
|
||||
int nflag;
|
||||
|
||||
main(argc,argv) register string argv[]; {
|
||||
register string arg;
|
||||
@@ -89,6 +90,10 @@ main(argc,argv) register string argv[]; {
|
||||
incl_file = ++arg;
|
||||
break;
|
||||
# endif not NDEBUG
|
||||
case 'n':
|
||||
case 'N':
|
||||
nflag = 1;
|
||||
continue;
|
||||
case 'x':
|
||||
case 'X':
|
||||
ntneeded = 1;
|
||||
|
||||
Reference in New Issue
Block a user