BASE only used when INCORE
authorceriel <none@none>
Wed, 1 Jul 1987 18:27:00 +0000 (18:27 +0000)
committerceriel <none@none>
Wed, 1 Jul 1987 18:27:00 +0000 (18:27 +0000)
modules/src/em_code/io.c

index 91b975b..ba67278 100644 (file)
@@ -17,7 +17,9 @@ Part
 long
        C_current_out;
 
+#ifdef INCORE
 static char    *BASE;
+#endif
 static File    *ofp;
 
 #ifndef INCORE