diff options
| author | Enrico Tassi | 2014-07-23 11:54:36 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2014-08-05 18:24:50 +0200 |
| commit | 4e724634839726aa11534f16e4bfb95cd81232a4 (patch) | |
| tree | 2114ba0a78c4df764d78ad260e30f5fa6854df95 /lib/control.ml | |
| parent | 95e97b68744eeb8bf20811c3938d78912eb3e918 (diff) | |
STM: code restructured to reuse task queue for tactics
Diffstat (limited to 'lib/control.ml')
| -rw-r--r-- | lib/control.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/control.ml b/lib/control.ml index 18176b8433..cce9d3a9f9 100644 --- a/lib/control.ml +++ b/lib/control.ml @@ -14,7 +14,7 @@ let steps = ref 0 let are_we_threading = lazy ( match !Flags.async_proofs_mode with - | Flags.APonParallel _ -> true + | Flags.APon -> true | _ -> false) let check_for_interrupt () = |
