[m-dev.] diff: fix bug with fact tables & --use-subdirs
David Overton
dmo at hydra.cs.mu.oz.au
Tue Feb 9 10:59:26 AEDT 1999
On Tue, Feb 09, 1999 at 09:32:46AM EST, Fergus Henderson wrote:
> Estimated hours taken: 1
>
> compiler/modules.m:
> Fix a bug with the dependencies computed when using
> both fact tables and `--use-subdirs'.
>
>
> @@ -2686,7 +2702,6 @@
> :- pred write_fact_table_dependencies_list(module_name, list(file_name),
> string, io__output_stream, io__state, io__state).
> :- mode write_fact_table_dependencies_list(in, in, in, in, di, uo) is det.
> -
> write_fact_table_dependencies_list(_, [], _, _) --> [].
> write_fact_table_dependencies_list(Module, [FactTable | FactTables], Suffix,
> DepStream) -->
Why was the blank line removed here?
Apart from this, this change looks fine.
David
--
David Overton Department of Computer Science & Software Engineering
MEngSc Student The University of Melbourne, Australia
+61 3 9344 9159 http://www.cs.mu.oz.au/~dmo
More information about the developers
mailing list