diff options
| -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 |
