> 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