[m-rev.] mercury_bootstrap.h
Fergus Henderson
fjh at cs.mu.OZ.AU
Tue Dec 11 21:20:42 AEDT 2001
On 11-Dec-2001, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> Anyway, I now propose to commit the following change, which does what
> the previous change's log message said it would do.
...
> runtime/mercury_bootstrap.h:
> Make this file define nothing unless MR_EXTRA_BACKWARDS_COMPAT is
> defined. This should help keep our system namespace clean.
Sorry, the change I posted doesn't actually do that. It leaves the
symbols which were documented in the Mercury language reference manual --
the typedefs used in the foreign language interface (Float, Char, Word,
String, etc.) and the list macros (list_is_empty, list_head, list_tail,
list_empty and list_cons). These are still referred to in countless
places in extras/.../*.m.
So here's another go at the log message:
runtime/mercury_bootstrap.h:
Move things around so that a whole lot of stuff which used
to be defined by default is now only defined if
MR_EXTRA_BACKWARDS_COMPAT is defined.
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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