clean-up code generation suppression for lint

This commit is contained in:
dick
1990-09-18 14:29:42 +00:00
parent e6dbf12f0a
commit 2a4d8e0a25
11 changed files with 128 additions and 29 deletions

View File

@@ -5,11 +5,15 @@
/* $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 "em_lint.h"
#endif LINT
#include "lint.h"
#include "nopp.h"
#include "errout.h"
#include "debug.h"