main.c, volatile, make shure they are up to date in memory when LONGJMP is executed

This commit is contained in:
rlar 2011-07-02 20:26:16 +00:00
parent 4b7627d60d
commit 14aa6d4303
1 changed files with 2 additions and 2 deletions

View File

@ -780,12 +780,12 @@ int
main(int argc, char **argv)
{
char log_file[BSIZE_SP];
bool readinit = TRUE;
volatile bool readinit = TRUE;
bool istty = TRUE;
bool iflag = FALSE;
bool qflag = FALSE;
FILE *circuit_file;
FILE * volatile circuit_file;
bool orflag = FALSE;
#ifdef TRACE