summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml/omake/omake-build-0.9.8.5.diff
blob: b0a091e341cdf547fc6d613f915508ec11cfb912 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/exec/omake_exec.ml	2006-12-08 23:52:01.000000000 +0100
+++ src/exec/omake_exec.ml	2009-04-15 22:19:07.000000000 +0200
@@ -46,7 +46,7 @@
 open Omake_options
 open Omake_command_type

-external sync : unit -> unit = "caml_sync"
+(*external sync : unit -> unit = "caml_sync"*)
 
 module Exec =
 struct