Re: copy-bit macro

Bjarne Lorftesonne (krooger@kurzo.ml.org)
Wed, 10 Dec 1997 15:19:09 +0000 ( )


On Tue, 9 Dec 1997, Stephen Williams wrote:

> If people are really writing codes like the if statements above, then
> something is wrong. I suspect the example has been stripped down a bit.
> If not, I think it is better to use the "x |= i & FLAG" if that really
> is the case as yet another macro can be avoided.

If the macros make the code easier to read, w/o compromising efficiency, I
certainly dont want to avoid them.

Jonathan