[m-dev.] for review: introduce the trace and browser directories
Fergus Henderson
fjh at cs.mu.OZ.AU
Mon Sep 28 20:13:45 AEST 1998
On 28-Sep-1998, Zoltan Somogyi <zs at cs.mu.OZ.AU> wrote:
>
> --- runtime/mercury_trace_base.c.was Mon Sep 28 19:24:52 1998
> +++ runtime/mercury_trace_base.c Mon Sep 28 19:28:37 1998
> @@ -103,7 +103,11 @@
> {
> fatal_error("This executable is not set up for debugging.\n"
> "Rebuild the <main>_init.c file, "
> - "and give the -t flag to c2init.\n");
> + "and give the -t flag to c2init when you do so.\n"
> + "If you are using mmake, you can do this by including "
> + "-t in C2INIT_FLAGS.\n");
> + /* XXX refer to the debugging chapter in the reference manual */
> + /* when it is written */
s/reference manual/user's guide/
> +++ modules.m 1998/09/28 09:10:29
> @@ -2424,7 +2424,7 @@
>
> io__write_strings(DepStream, [
> InitCFileName, " : ", DepFileName, "\n",
> - "\t$(C2INIT) $(ALL_C2INITFLAGS) $(", MakeVarName, ".cs) > ",
> + "\t$(C2INIT) $(ALL_GRADEFLAGS) $(ALL_C2INITFLAGS) $(", MakeVarName, ".cs) > ",
That line is > 80 columns.
Apart from that, it looks fine.
--
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.
More information about the developers
mailing list