src/Pure/goal.ML
changeset 42371 5900f06b4198
parent 42370 244911efd275
child 42495 1af81b70cf09
--- a/src/Pure/goal.ML	Sat Apr 16 22:21:34 2011 +0200
+++ b/src/Pure/goal.ML	Sat Apr 16 23:38:25 2011 +0200
@@ -347,7 +347,7 @@
 fun PARALLEL_GOALS tac =
   Thm.adjust_maxidx_thm ~1 #>
   (fn st =>
-    if not (future_enabled ()) orelse Thm.maxidx_of st >= 0 orelse Thm.nprems_of st <= 1
+    if not (Multithreading.enabled ()) orelse Thm.maxidx_of st >= 0 orelse Thm.nprems_of st <= 1
     then DETERM tac st
     else
       let