make asActive extern

This commit is contained in:
Marty Kraimer
1994-03-30 17:05:16 +00:00
parent 73ce691d3f
commit 4294e1d260

View File

@@ -64,7 +64,7 @@ DEVELOPMENT CENTER AT ARGONNE NATIONAL LABORATORY (708-252-2000).
/*Declare storage for Global Variables */
ASBASE *pasbase=NULL;
static int asActive = FALSE;
int asActive = FALSE;
/*Forward declarations for Non ANSI routines*/
long calcPerform(double *parg,double *presult,char *post);