New method of calling optimizers; fixed lint entry in Makefile

This commit is contained in:
ceriel
1989-02-09 14:08:47 +00:00
parent f5f3c78f28
commit ff974411bb
8 changed files with 55 additions and 54 deletions

View File

@@ -168,7 +168,8 @@ vieuwargs(argc,argv) char **argv ; {
outfile= argv[nextarg++] ;
hide=YES ;
break ;
case 'O': Optflag++ ;
case 'O': Optlevel = atoi(&argp[2]);
if (! Optlevel) Optlevel = 1;
Optlist= &argp[2] ;
eaten=1 ;
break ;