main.c, reduce scope of `gotone'

This commit is contained in:
rlar 2011-07-02 20:22:44 +00:00
parent 6b2d6c67ca
commit 4484058cbe
1 changed files with 2 additions and 1 deletions

View File

@ -781,7 +781,6 @@ main(int argc, char **argv)
{
#ifdef SIMULATOR
bool gotone = FALSE;
#else
bool gdata = TRUE;
#endif
@ -1127,6 +1126,8 @@ main(int argc, char **argv)
} else {
bool gotone = FALSE;
cp_interactive = FALSE;
#ifdef FastRand