lint update (merge from C compiler)
This commit is contained in:
@@ -7,7 +7,11 @@
|
||||
|
||||
#include "lint.h"
|
||||
#include <system.h>
|
||||
#ifndef LINT
|
||||
#include <em.h>
|
||||
#else
|
||||
#include "l_em.h"
|
||||
#endif LINT
|
||||
#include "debug.h"
|
||||
#include "botch_free.h"
|
||||
#include <alloc.h>
|
||||
@@ -109,7 +113,7 @@ unstack_level()
|
||||
#endif DEBUG
|
||||
|
||||
#ifdef LINT
|
||||
lint_local_level(local_level);
|
||||
lint_end_local(local_level);
|
||||
#endif LINT
|
||||
|
||||
/* The implementation below is more careful than strictly
|
||||
@@ -185,7 +189,7 @@ unstack_world()
|
||||
register struct stack_entry *se = local_level->sl_entry;
|
||||
|
||||
#ifdef LINT
|
||||
lint_global_level(local_level);
|
||||
lint_end_global(local_level);
|
||||
#endif LINT
|
||||
|
||||
#ifdef GEN_NM_LIST
|
||||
|
||||
Reference in New Issue
Block a user