src/Pure/ROOT.ML
changeset 50911 ee7fe4230642
parent 50800 c0fb2839d1a9
child 51265 6a3191767ecb
--- a/src/Pure/ROOT.ML	Wed Jan 16 11:31:08 2013 +0100
+++ b/src/Pure/ROOT.ML	Wed Jan 16 16:26:36 2013 +0100
@@ -70,6 +70,10 @@
 
 (* concurrency within the ML runtime *)
 
+if ML_System.is_polyml
+then use "ML/exn_properties_polyml.ML"
+else use "ML/exn_properties_dummy.ML";
+
 if ML_System.name = "polyml-5.5.0"
 then use "ML/ml_statistics_polyml-5.5.0.ML"
 else use "ML/ml_statistics_dummy.ML";