restrained error messages for lint + misc.

This commit is contained in:
dick
1989-11-02 18:17:59 +00:00
parent 81d26fa096
commit 88bd7de0b1
7 changed files with 49 additions and 32 deletions

View File

@@ -6,7 +6,7 @@
/*
*The following functions are hacked to null-functions (i.e. they
* do nothing). This needs another solution in the future.
* do nothing). This needs another solution in the future. !!???!!
*/
#include "lint.h"
@@ -29,9 +29,7 @@ CC_crdlb(ps_xxx,v,s) label v; arith s; {}
/* ARGSUSED */
CC_crdnam(ps_xxx,v,s) char *v; arith s; {}
/* ARGSUSED */
CC_crfcon(ps_xxx,v,s) char *v; arith s; {}
/* ARGSUSED */
CC_cricon(ps_xxx,v,s) char *v; arith s; {}
CC_crxcon(op,ps_xxx,v,s) char *v; arith s; {}
/* ARGSUSED */
CC_crilb(ps_xxx,v) label v; {}
/* ARGSUSED */
@@ -39,8 +37,6 @@ CC_crpnam(ps_xxx,v) char *v; {}
/* ARGSUSED */
CC_crscon(ps_xxx,v,s) char *v; arith s; {}
/* ARGSUSED */
CC_crucon(ps_xxx,v,s) char *v; arith s; {}
/* ARGSUSED */
CC_cst(l) {}
/* ARGSUSED */
CC_dfdlb(l) label l; {}