introduction of lint source code, governed by ifdef LINT

This commit is contained in:
dick
1988-09-20 16:44:27 +00:00
parent a2464a4fa5
commit 5844159c7b
35 changed files with 3200 additions and 17 deletions

View File

@@ -5,6 +5,9 @@
/* $Header$ */
/* C O N V E R S I O N - C O D E G E N E R A T O R */
#include "lint.h"
#ifndef LINT
#include "nofloat.h"
#include <em.h>
#include "arith.h"
@@ -149,3 +152,5 @@ convtype(tp)
return 0;
}
#endif LINT