clean-up code generation suppression for lint
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user