Use open Cmo_format instead of open Emitcode for objinfo and primreq tools
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7469 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
ef50c2b1c0
commit
be02f13ef5
|
@ -15,7 +15,7 @@
|
|||
(* Dump a compilation unit description *)
|
||||
|
||||
open Config
|
||||
open Emitcode
|
||||
open Cmo_format
|
||||
|
||||
let print_digest d =
|
||||
for i = 0 to String.length d - 1 do
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
files *)
|
||||
|
||||
open Config
|
||||
open Emitcode
|
||||
open Cmo_format
|
||||
|
||||
module StringSet = Set.Make(struct type t = string let compare = compare end)
|
||||
|
||||
|
|
Loading…
Reference in New Issue