lint update (merge from C compiler)

This commit is contained in:
dick
1990-12-07 14:42:26 +00:00
parent 00643c6620
commit 0810c19168
23 changed files with 869 additions and 504 deletions

View File

@@ -5,9 +5,14 @@
/* $Header$ */
/* E R R O R A N D D I A G N O S T I C R O U T I N E S */
#include "lint.h"
#include <varargs.h>
#include <system.h>
#ifndef LINT
#include <em.h>
#else
#include "l_em.h"
#endif LINT
#include "debug.h"
#include "lint.h"