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-0dff7051ff02
master
Nicolas Pouillard 2006-07-05 12:09:18 +00:00
parent ef50c2b1c0
commit be02f13ef5
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
(* Dump a compilation unit description *) (* Dump a compilation unit description *)
open Config open Config
open Emitcode open Cmo_format
let print_digest d = let print_digest d =
for i = 0 to String.length d - 1 do for i = 0 to String.length d - 1 do

View File

@ -16,7 +16,7 @@
files *) files *)
open Config open Config
open Emitcode open Cmo_format
module StringSet = Set.Make(struct type t = string let compare = compare end) module StringSet = Set.Make(struct type t = string let compare = compare end)