diff options
| author | Enrico Tassi | 2014-03-12 19:27:21 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2014-03-12 19:27:21 +0100 |
| commit | 8ee720fef8e21595827d18e1e28777c1d061a9e5 (patch) | |
| tree | bc597ef1034e5707bf037ad6172cbedb70a309ef | |
| parent | a67c3fe2a5445bf2be94e654aac6ea328cbcd74e (diff) | |
fake_ide: fix compilation
| -rw-r--r-- | tools/fake_ide.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fake_ide.ml b/tools/fake_ide.ml index 6567c2fe21..068dfb2ee0 100644 --- a/tools/fake_ide.ml +++ b/tools/fake_ide.ml @@ -311,7 +311,7 @@ let main = Xml_parser.check_eof ip false; { xml_printer = op; xml_parser = ip } in let init () = - match base_eval_call ~print:false (Serialize.init ()) coq with + match base_eval_call ~print:false (Serialize.init None) coq with | Interface.Good id -> let dir = Filename.dirname input_file in let phrase = Printf.sprintf "Add LoadPath \"%s\". " dir in |
