From 02ae9a0b28366372c9eaad1c25428c65314e6fcb Mon Sep 17 00:00:00 2001 From: coq Date: Mon, 7 Oct 2002 16:56:17 +0000 Subject: Lazy manuelles dans le code git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3100 85f007b7-540e-0410-9357-904b9bb8a0f7 --- lib/system.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/system.ml b/lib/system.ml index eb2305112a..35584bf89b 100644 --- a/lib/system.ml +++ b/lib/system.ml @@ -140,7 +140,7 @@ let try_remove f = with _ -> msgnl (str"Warning: " ++ str"Could not remove file " ++ str f ++ str" which is corrupted!" ) -let marshal_out ch v = Marshal.to_channel ch v [Marshal.Closures] +let marshal_out ch v = Marshal.to_channel ch v [] let marshal_in ch = try Marshal.from_channel ch with End_of_file -> error "corrupted file: reached end of file" -- cgit v1.2.3