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

David Glen JEFFERY dgj at cs.mu.OZ.AU
Tue Oct 12 14:22:38 AEST 1999


I think you might have the wrong log message here...

On 12-Oct-1999, Simon Taylor <stayl at cs.mu.OZ.AU> wrote:
> 
> 
> 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
> --------------------------------------------------------------------------



dgj
-- 
David Jeffery (dgj at cs.mu.oz.au) | If your thesis is utterly vacuous
PhD student,                    | Use first-order predicate calculus.
Dept. of Comp. Sci. & Soft. Eng.|     With sufficient formality
The University of Melbourne     |     The sheerist banality
Australia                       | Will be hailed by the critics: "Miraculous!"
                                |     -- Anon.
--------------------------------------------------------------------------
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