[m-dev.] Update library pragma C code
Fergus Henderson
fjh at cs.mu.OZ.AU
Sat Aug 1 00:31:54 AEST 1998
On 31-Jul-1998, Thomas Charles CONWAY <conway at cs.mu.OZ.AU> wrote:
> library/*.m:
> Convert
> :- pagma(c_code, ...
> to
> :- pagma c_code(...
s/pagma/pragma/g
> and introduce will_not_call_mercury in places where it is implicit
> (this is in preparation for changing the default to may_call_mercury).
Your changes look fine. But that there were a lot of places
where you added `will_not_call_mercury' without changing
the `pragma (c_code, ...' to `pragma c_code(...'.
--
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