From 156775643ea8362351882240bb46b59af074fceb Mon Sep 17 00:00:00 2001 From: bal Date: Mon, 11 Feb 1985 09:51:02 +0000 Subject: [PATCH] Include files and declaration of em_flag added. --- util/ego/cf/cf.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/util/ego/cf/cf.c b/util/ego/cf/cf.c index c7bbfa61f..f1d70cb0b 100644 --- a/util/ego/cf/cf.c +++ b/util/ego/cf/cf.c @@ -15,14 +15,20 @@ #include "../share/get.h" #include "../share/put.h" #include "../../../h/em_mnem.h" +#include "../../../h/em_pseu.h" +#include "../../../h/em_spec.h" +#include "../../../h/em_flag.h" +#include "../share/def.h" #include "cf.h" #include "cf_succ.h" #include "cf_idom.h" #include "cf_loop.h" -#define nexcfbx() (bext_p) newstruct(bext_cf) +#define newcfbx() (bext_p) newstruct(bext_cf) #define oldcfbx(x) oldstruct(bext_cf,x) +extern char em_flag[]; + STATIC cset lpi_set; /* set of procedures used in LPI instruction */ STATIC cset cai_set; /* set of all procedures doing a CAI */ -- 2.34.1