trivial diff: more tracing bug fixes
Fergus Henderson
fjh at cs.mu.OZ.AU
Mon May 18 10:33:31 AEST 1998
compiler/handle_options.m:
Update the error message about invalid `--trace' arguments
to reflect the new names.
tests/debugger/Mmakefile:
Change `--trace full' to `--trace all'
to reflect the new names for `--trace arguments'.
cvs diff compiler/handle_options.m tests/debugger/Mmakefile
Index: compiler/handle_options.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/handle_options.m,v
retrieving revision 1.49
diff -u -r1.49 handle_options.m
--- handle_options.m 1998/05/16 22:32:42 1.49
+++ handle_options.m 1998/05/18 00:28:18
@@ -156,7 +156,7 @@
PrologDialect, TermNorm, TraceLevel),
{ Error = no }
;
- { Error = yes("Invalid argument to option `--trace'\n\t(must be `minimal', `interface' or `full').") }
+ { Error = yes("Invalid argument to option `--trace'\n\t(must be `minimum', `interfaces' or `all').") }
)
;
{ Error = yes("Invalid argument to option `--termination-norm'\n\t(must be `simple', `total' or `num-data-elems').") }
Index: tests/debugger/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/Mmakefile,v
retrieving revision 1.4
diff -u -r1.4 Mmakefile
--- Mmakefile 1998/05/16 07:31:00 1.4
+++ Mmakefile 1998/05/18 00:31:20
@@ -13,7 +13,7 @@
interpreter \
queens
-MCFLAGS = --trace full $(EXTRA_MCFLAGS)
+MCFLAGS = --trace all $(EXTRA_MCFLAGS)
# Not all grades can be used with stack layouts
#
--
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