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,8 +5,13 @@
/* $Header$ */
/* S W I T C H - S T A T E M E N T A D M I N I S T R A T I O N */
#include "lint.h"
#include "nofloat.h"
#ifndef LINT
#include <em.h>
#else
#include "em_lint.h"
#endif LINT
#include "debug.h"
#include "botch_free.h"
#include <alloc.h>
@@ -21,7 +26,6 @@
#include "expr.h"
#include "type.h"
#include "noRoption.h"
#include "lint.h"
extern char options[];