summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérôme Vouillon <Jerome.Vouillon@pps.jussieu.fr>1997-03-24 20:12:51 +0000
committerJérôme Vouillon <Jerome.Vouillon@pps.jussieu.fr>1997-03-24 20:12:51 +0000
commitd46b3fb330ca3e18c94b681a498bb737eee24342 (patch)
treefbbae2e998a6d84c8ff195e54c33ad54c97c13a1
parent08cc364187dddd4557844a482d437a424af618e5 (diff)
cleanup_abbrev deplacee de Types vers Btype
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1455 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--bytecomp/emitcode.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bytecomp/emitcode.ml b/bytecomp/emitcode.ml
index ec8fba241..36638f666 100644
--- a/bytecomp/emitcode.ml
+++ b/bytecomp/emitcode.ml
@@ -324,7 +324,7 @@ let to_file outchan unit_name crc_interface code =
cu_debug = pos_debug;
cu_debugsize = size_debug } in
init(); (* Free out_buffer and reloc_info *)
- Types.cleanup_abbrev (); (* Remove any cached abbreviation
+ Btype.cleanup_abbrev (); (* Remove any cached abbreviation
expansion before saving *)
let pos_compunit = pos_out outchan in
output_value outchan compunit;