From: bal Date: Fri, 30 Nov 1984 10:10:41 +0000 (+0000) Subject: As getbblocks() was moved to cf.c, em_flag.h need no longer X-Git-Tag: release-5-5~5923 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4ab54c85a855b0a818cae3554cc2c5dff67bec75;p=ack.git As getbblocks() was moved to cf.c, em_flag.h need no longer be included.; also, the declaration for em_flag[] was removed. --- diff --git a/util/ego/share/get.c b/util/ego/share/get.c index a53de729f..474e7b31e 100644 --- a/util/ego/share/get.c +++ b/util/ego/share/get.c @@ -18,9 +18,7 @@ #include "../../../h/em_mnem.h" #include "../../../h/em_pseu.h" #include "../../../h/em_mes.h" -#include "../../../h/em_flag.h" -extern char em_flag[]; FILE *curinp; block_id lastbid; /* block identifying number */ lab_id lastlabid; /* last label identifier */