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

@@ -80,7 +80,7 @@ main(argc,argv)
exit(errors);
}
/* VARARGS */
/*VARARGS1*/
error(s,a1,a2,a3,a4)
char *s;
{
@@ -93,7 +93,7 @@ error(s,a1,a2,a3,a4)
errors++;
}
/* VARARGS */
/*VARARGS1*/
fatal(s,a1,a2,a3,a4)
char *s;
{