[m-rev.] diff: profilers and import_module

Julien Fischer juliensf at cs.mu.OZ.AU
Thu Mar 24 23:33:10 AEDT 2005


On Thu, 24 Mar 2005, Zoltan Somogyi wrote:

> -:- pragma foreign_proc("C", u(A::in) = (B::array_uo),
> +:- pragma foreign_proc("C",
> +	u(A::in) = (B::array_uo),
>  	[will_not_call_mercury, thread_safe, promise_pure],
> -	"B = A;"
> -).
> +"
> +	B = A;
> +").
>

The coding standard doesn't currently specify a particular format
for foreign procs.  We should probably add something to the effect
that the above format is the one that should be used.

Julien.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list