From: bal Date: Mon, 11 Feb 1985 09:51:02 +0000 (+0000) Subject: Include files and declaration of em_flag added. X-Git-Tag: release-5-5~5645 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=156775643ea8362351882240bb46b59af074fceb;p=ack.git Include files and declaration of em_flag added. --- 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 */