[m-dev.] trivial diff: add missing full stop to error message

Fergus Henderson fjh at cs.mu.OZ.AU
Tue Nov 9 01:59:12 AEDT 1999


Estimated hours taken: 0.05

compiler/typecheck.m:
	Add a missing full stop at the end of an error message.

Workspace: /home/mercury0/fjh/mercury
Index: compiler/typecheck.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/typecheck.m,v
retrieving revision 1.266
diff -u -d -r1.266 typecheck.m
--- typecheck.m	1999/10/25 03:49:45	1.266
+++ typecheck.m	1999/11/08 14:57:38
@@ -4132,7 +4132,7 @@
 	prog_out__write_context(Context),
 	io__write_string("Error: no clauses for "),
 	hlds_out__write_pred_id(ModuleInfo, PredId),
-	io__write_string("\n").
+	io__write_string(".\n").
 
 %-----------------------------------------------------------------------------%
 

-- 
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.
--------------------------------------------------------------------------
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