Remove static on 'disable' variable
This commit is contained in:
parent
a50f104fd3
commit
5e622aa69f
|
@ -2296,7 +2296,7 @@ static cell initarray(int ident,int tag,int dim[],int numdim,int cur,
|
|||
{
|
||||
cell dsize,totalsize;
|
||||
int idx,abortparse;
|
||||
static char disable = FALSE;
|
||||
char disable = FALSE;
|
||||
|
||||
assert(cur>=0 && cur<numdim);
|
||||
assert(startlit>=0);
|
||||
|
|
Loading…
Reference in New Issue
Block a user