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