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

@@ -8,7 +8,11 @@
#include "lint.h"
#include "nofloat.h"
#include <system.h>
#ifndef LINT
#include <em.h>
#else
#include "em_lint.h"
#endif LINT
#include "debug.h"
#include "botch_free.h"
#include <alloc.h>
@@ -23,8 +27,6 @@
#include "mes.h"
#include "noRoption.h"
/* #include <em_reg.h> */
extern char options[];
static struct stack_level UniversalLevel;