src/HOL/Import/importrecorder.ML
changeset 32740 9dd0a2f83429
parent 21858 05f57309170c
child 32960 69916a850301
--- a/src/HOL/Import/importrecorder.ML	Tue Sep 29 14:59:24 2009 +0200
+++ b/src/HOL/Import/importrecorder.ML	Tue Sep 29 16:24:36 2009 +0200
@@ -72,9 +72,9 @@
 		       | AbortReplay of string*string
 		       | Delta of deltastate list
 
-val history = ref ([]:history_entry list)
-val history_dir = ref (SOME "")
-val skip_imports = ref false
+val history = Unsynchronized.ref ([]:history_entry list)
+val history_dir = Unsynchronized.ref (SOME "")
+val skip_imports = Unsynchronized.ref false
 
 fun set_skip_import b = skip_imports := b
 fun get_skip_import () = !skip_imports