On Friday 21 July 2006 16:23, Jan Engelhardt wrote:The changes are:Do we really need this? Is not 'bool' enough?
* u2 has been corrected to u1 (and also added it as __u1)
I would say we don't even _want_ this.
A u1 variable will basically never be one bit wide.
It will be at least 8bit, or let's say 32bit. Maybe
even 64bit on some archs. It all depends on the compiler
plus the arch.
We _don't_ want u1, because we don't get what we see.