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

@@ -11,12 +11,17 @@
allowing re-use.
*/
#include "lint.h"
#ifndef LINT
#include <em.h>
#else
#include "em_lint.h"
#endif LINT
#include <em_arith.h>
#include <em_reg.h>
#include <alloc.h>
#include <em_mes.h>
#include "lint.h"
#include "util.h"
#include "use_tmp.h"
#include "regcount.h"