[m-dev.] trivial diff: missing space in error message

Simon Taylor stayl at cs.mu.OZ.AU
Tue Oct 12 11:56:17 AEST 1999



Estimated hours taken: 0.1

compiler/make_hlds.m:
	Add an XXX comment explaining why explicit type qualifications
	can't be used in the predicates introduced for `:- pragma type_spec'
	declarations.


Index: make_hlds.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/make_hlds.m,v
retrieving revision 1.308
diff -u -u -r1.308 make_hlds.m
--- make_hlds.m	1999/10/05 02:25:18	1.308
+++ make_hlds.m	1999/10/07 00:14:40
@@ -1320,7 +1320,7 @@
 		)
 	    ;
 		prog_out__write_context(Context),
-		io__write_string("Error: ambiguous predicate name"),
+		io__write_string("Error: ambiguous predicate name "),
 		hlds_out__write_simple_call_id(PredOrFunc, SymName/Arity),
 		io__nl,
 		prog_out__write_context(Context),
--------------------------------------------------------------------------
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