[m-dev.] for review: add MR_ to Word, Integer, String, etc...
Fergus Henderson
fjh at cs.mu.OZ.AU
Wed Aug 2 18:59:32 AEST 2000
On 02-Aug-2000, Tyson Dowd <trd at cs.mu.OZ.AU> wrote:
> +typedef MR_Bool Bool;
That should be `bool' rather than `Bool'.
It might _perhaps_ be better to define it in the same way it used
to be defined, i.e.
#ifndef bool
#define bool char
#endif
--
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.
--------------------------------------------------------------------------
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