changeset 32736 | f126e68d003d |
parent 29564 | f8b933a62151 |
child 32776 | 1504f9c2d060 |
--- a/src/Pure/ML-Systems/thread_dummy.ML Mon Sep 28 23:19:50 2009 +0200 +++ b/src/Pure/ML-Systems/thread_dummy.ML Mon Sep 28 23:51:13 2009 +0200 @@ -35,6 +35,8 @@ datatype threadAttribute = EnableBroadcastInterrupt of bool | InterruptState of interruptState and interruptState = InterruptDefer | InterruptSynch | InterruptAsynch | InterruptAsynchOnce; + fun unavailable () = fail (); + fun fork _ = fail (); fun exit _ = fail (); fun isActive _ = fail ();