From: ceriel Date: Wed, 1 Jul 1987 18:27:00 +0000 (+0000) Subject: BASE only used when INCORE X-Git-Tag: release-5-5~4040 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1310910b23ef2e5d5ca4e4e30dd1b2189e136848;p=ack.git BASE only used when INCORE --- diff --git a/modules/src/em_code/io.c b/modules/src/em_code/io.c index 91b975b58..ba672786e 100644 --- a/modules/src/em_code/io.c +++ b/modules/src/em_code/io.c @@ -17,7 +17,9 @@ Part long C_current_out; +#ifdef INCORE static char *BASE; +#endif static File *ofp; #ifndef INCORE