- Implemented --check=Secret switch, which allows checking of specific

properties.
- Fixed a bug in the symbol table, where symbols were never inserted
  into the hash table.
This commit is contained in:
ccremers
2004-08-09 09:42:58 +00:00
parent 4d154e8126
commit 4d1362cb1b
10 changed files with 125 additions and 30 deletions

View File

@@ -67,6 +67,7 @@ systemInit ()
sys->switchNomoreClaims = 1; // default cutter when there are no more claims
sys->switchReduceEndgame = 1; // default cutter of last events in a trace
sys->switchClaims = 0; // default don't report on claims
sys->switchClaimToCheck = NULL; // default check all claims
/* set illegal traversal by default, to make sure it is set
later */