[m-dev.] trivial diff: math.m warning/documentation fix

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Sep 21 13:57:13 AEST 1998


On 21-Sep-1998, Andrew Bromage <bromage at cs.mu.OZ.AU> wrote:
> library/math.m:
> 	Include mercury_trace.h since we use MR_trace_report (this
> 	fixes a compiler warning).
> 	A couple of minor documentation fixes/enhancements.
>  :- pragma c_code("
>  
> +        #include <mercury_trace.h>
>          #include <stdio.h>
>  
>          /*

That should be

	#include "mercury_trace.h"

instead of

	#include <mercury_trace.h>

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