summaryrefslogtreecommitdiff
path: root/tools/objinfo.ml
diff options
context:
space:
mode:
authorNicolas Pouillard <np@nicolaspouillard.fr>2006-07-05 12:09:18 +0000
committerNicolas Pouillard <np@nicolaspouillard.fr>2006-07-05 12:09:18 +0000
commitbe02f13ef5aab4ecc69d5da1028968077f2796d0 (patch)
tree8fea64d88373e7e8286d3ccc2282107fdeae6d21 /tools/objinfo.ml
parentef50c2b1c07fa542cbdc4f00afa99560ae0e5137 (diff)
downloadocaml-be02f13ef5aab4ecc69d5da1028968077f2796d0.tar.gz
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
Diffstat (limited to 'tools/objinfo.ml')
-rw-r--r--tools/objinfo.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/objinfo.ml b/tools/objinfo.ml
index 23f5eab3ae..6bebc82c01 100644
--- a/tools/objinfo.ml
+++ b/tools/objinfo.ml
@@ -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