From 1310910b23ef2e5d5ca4e4e30dd1b2189e136848 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 1 Jul 1987 18:27:00 +0000 Subject: [PATCH] BASE only used when INCORE --- modules/src/em_code/io.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1