Added lint entry to Makefile and removed some things lint complained about

This commit is contained in:
bruce
1987-07-09 15:04:03 +00:00
parent f850de5405
commit c0091d8046
9 changed files with 133 additions and 89 deletions

View File

@@ -7,10 +7,8 @@ static char rcsidp4[] = "$Header$";
outputincalls()
{
struct idf *op;
int opcode;
char *s;
for(op=ops;op!=(struct idf *)NULL;op=op->id_nextidf) {
opcode = op->id_opcode;
s = op->id_text;
switch(op->id_argfmt) {
case NOARG: