removed unused macros, changed lint flags
authorceriel <none@none>
Mon, 17 Dec 1990 13:53:44 +0000 (13:53 +0000)
committerceriel <none@none>
Mon, 17 Dec 1990 13:53:44 +0000 (13:53 +0000)
util/ego/il/Makefile
util/ego/il/il1_anal.c
util/ego/il/il1_aux.c
util/ego/il/il2_aux.c

index d364419..1995deb 100644 (file)
@@ -7,7 +7,7 @@ SHR=../share
 LDFLAGS=-i
 CPPFLAGS=-DVERBOSE -DNOTCOMPACT
 CFLAGS=$(CPPFLAGS) -O
-LINTFLAGS=-hbac
+LINTFLAGS=-hbu
 
 CFILES=\
 il.c il1_anal.c il1_cal.c il1_formal.c il1_aux.c il2_aux.c \
index c2958c4..449ba6b 100644 (file)
@@ -25,7 +25,6 @@
 #include "il_aux.h"
 #include "../share/put.h"
 
-#define BODY_KNOWN(p)          (p->p_flags1 & (byte) PF_BODYSEEN)
 #define ENVIRON(p)             (p->p_flags1 & (byte) PF_ENVIRON)
 #define RETURN_BLOCK(b)                (Lnrelems(b->b_succ) == 0)
 #define LAST_BLOCK(b)          (b->b_next == (bblock_p) 0)
index 1d9307c..6fa74a8 100644 (file)
@@ -18,7 +18,6 @@
 #include "il_aux.h"
 #include "il1_aux.h"
 
-#define CHANGE_INDIR(p)        (p->p_change->c_flags & CF_INDIR)
 #define USE_INDIR(p)   (p->p_use->u_flags & UF_INDIR)
 
 #define IS_INSTR(c)    (c >= sp_fmnem && c <= sp_lmnem)
index ba72fb9..6c33008 100644 (file)
@@ -22,7 +22,6 @@
 #include "../share/get.h"
 #include "../share/aux.h"
 
-#define CHANGE_INDIR(p)        (p->p_change->c_flags & CF_INDIR)
 #define USE_INDIR(p)   (p->p_use->u_flags & UF_INDIR)
 
 #define OFTEN_USED(f)  ((f->f_flags&FF_OFTENUSED) == FF_OFTENUSED)