[m-dev.] diff: fix bug with fact tables & --use-subdirs

Fergus Henderson fjh at cs.mu.OZ.AU
Tue Feb 9 11:28:15 AEDT 1999


On 09-Feb-1999, David Overton <dmo at hydra.cs.mu.oz.au> wrote:
> > @@ -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?

That was an accident.  I will put it back.  Thanks.

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "Binaries may die
WWW: <http://www.cs.mu.oz.au/~fjh>  |   but source code lives forever"
PGP: finger fjh at 128.250.37.3        |     -- leaked Microsoft memo.



More information about the developers mailing list