[m-rev.] for review: MR_table_detfr_slot

Zoltan Somogyi zs at cs.mu.OZ.AU
Mon Aug 19 16:42:34 AEST 2002


On 19-Aug-2002, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> > +/* convert a size in bytes to a size in words, rounding up if necessary */
> > +#define MR_bytes_to_words(x) (((x) + sizeof(MR_Word) - 1) / sizeof(MR_Word))
> > +
> 
> That fragment of the diff was not mentioned in the log message
> and looks unnecessary.

Glad you caught that. That macro duplicates another in mercury_types.h,
which mercury_stacks.h includes.

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