[m-dev.] trivial diff: fix ml_base_type_info.m

Fergus Henderson fjh at cs.mu.OZ.AU
Fri Dec 31 05:04:33 AEDT 1999


Estimated hours taken: 0.05

compiler/ml_base_type_info.m:
	Import ml_code_util.m instead of ml_code_gen.m.
	(I forgot to commit this as part of my change to
	split ml_code_gen.m into four modules.)

Workspace: /home/mercury0/fjh/mercury
Index: compiler/ml_base_type_info.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/ml_base_type_info.m,v
retrieving revision 1.3
diff -u -d -r1.3 ml_base_type_info.m
--- ml_base_type_info.m	1999/12/04 23:47:49	1.3
+++ ml_base_type_info.m	1999/12/29 07:26:04
@@ -28,7 +28,7 @@
 :- mode ml_base_type_info__generate_mlds(in, out) is det.
 
 :- implementation.
-:- import_module base_type_info, ml_code_gen.
+:- import_module base_type_info, ml_code_util.
 
 :- import_module base_typeclass_info.
 :- import_module prog_data, prog_util, prog_out.

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list