# HG changeset patch # User wenzelm # Date 1227010753 -3600 # Node ID dd361ca41f69fa1f3174fbe46da5a21db77bd0fa # Parent d4d8eba5f78122f2ca0067509fbd341a0ab30a61 disabled threads -- as advertized; diff -r d4d8eba5f781 -r dd361ca41f69 src/Pure/ML-Systems/polyml-5.1.ML --- a/src/Pure/ML-Systems/polyml-5.1.ML Tue Nov 18 11:26:59 2008 +0100 +++ b/src/Pure/ML-Systems/polyml-5.1.ML Tue Nov 18 13:19:13 2008 +0100 @@ -4,7 +4,7 @@ Compatibility wrapper for Poly/ML 5.1. *) -open Thread; +use "ML-Systems/thread_dummy.ML"; use "ML-Systems/polyml_common.ML"; use "ML-Systems/polyml_old_compiler5.ML";