aboutsummaryrefslogtreecommitdiff
path: root/lib/control.ml
diff options
context:
space:
mode:
authorEnrico Tassi2014-07-23 11:54:36 +0200
committerEnrico Tassi2014-08-05 18:24:50 +0200
commit4e724634839726aa11534f16e4bfb95cd81232a4 (patch)
tree2114ba0a78c4df764d78ad260e30f5fa6854df95 /lib/control.ml
parent95e97b68744eeb8bf20811c3938d78912eb3e918 (diff)
STM: code restructured to reuse task queue for tactics
Diffstat (limited to 'lib/control.ml')
-rw-r--r--lib/control.ml2
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 () =