[m-rev.] trivial diff: fix mlds_to_gcc.m

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Mar 26 18:48:38 AEDT 2003


Estimated hours taken: 0.25
Branches: main

compiler/mlds_to_gcc.m:
	Fix a bug in stayl's last change: import `std_util' in the interface.
	This is needed because the interface uses the `maybe/1' type.

Workspace: /home/ceres/fjh/mercury
Index: compiler/mlds_to_gcc.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/mlds_to_gcc.m,v
retrieving revision 1.83
diff -u -d -r1.83 mlds_to_gcc.m
--- compiler/mlds_to_gcc.m	18 Mar 2003 02:43:38 -0000	1.83
+++ compiler/mlds_to_gcc.m	26 Mar 2003 05:24:35 -0000
@@ -97,7 +97,7 @@
 :- import_module ml_backend__maybe_mlds_to_gcc.
 :- import_module ml_backend__mlds.
 
-:- import_module bool.
+:- import_module bool, std_util.
 :- use_module io.
 
 	% run_gcc_backend(ModuleName, CallBack, CallBackOutput):
@@ -179,8 +179,8 @@
 :- import_module parse_tree__prog_out.
 :- import_module parse_tree__prog_util.
 
-:- import_module bool, int, string, library, list, map.
-:- import_module assoc_list, term, std_util, require.
+:- import_module int, string, library, list, map.
+:- import_module assoc_list, term, require.
 
 %-----------------------------------------------------------------------------%
 

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list