[m-dev.] trivial diff: fix compilation with `INCLUDE_ADITI_OUTPUT = no'
Simon Taylor
stayl at cs.mu.OZ.AU
Thu Jan 4 16:25:49 AEDT 2001
Estimated hours taken: 0.1
compiler/rl_out.pp:
Remove a stray import of rl_code.m which caused rl_code.m
to be compiled even if `INCLUDE_ADITI_OUTPUT = no' is
included in Mmake.params.
Index: rl_out.pp
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/rl_out.pp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -u -r1.14 -r1.15
--- rl_out.pp 2000/05/24 07:12:25 1.14
+++ rl_out.pp 2001/01/04 05:23:48 1.15
@@ -57,7 +57,7 @@
:- implementation.
:- import_module code_util, hlds_data, hlds_pred, prog_data, prog_out.
-:- import_module llds, globals, options, rl_code, tree, type_util, passes_aux.
+:- import_module llds, globals, options, tree, type_util, passes_aux.
:- import_module rl_file, getopt, modules, prog_util, magic_util, hlds_goal.
:- import_module code_aux, det_analysis, instmap.
--------------------------------------------------------------------------
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