BASE only used when INCORE

This commit is contained in:
ceriel 1987-07-01 18:27:00 +00:00
parent 06911f8c65
commit 0d185828b6

View File

@ -17,7 +17,9 @@ Part
long
C_current_out;
#ifdef INCORE
static char *BASE;
#endif
static File *ofp;
#ifndef INCORE