Browse Source

main.c, reduce scope of `gotone'

rlar 15 years ago
parent
commit
4484058cbe
  1. 3
      src/main.c

3
src/main.c

@ -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

Loading…
Cancel
Save