Chris, > >>>>> recognized, that the bitwith (size of a type in bits) is > > > > for me, bitwith( X ) == 8*sizeof( X ) > > > > If we speak of the same things, this was done in order to > thread the > > size of bitfield member in an uniform manner with other 'normal' > > variable. > > Yep, exactly!
Ok got it. I simply was heading in the wrong direction. Thanks for clarifying. I'll change the code base to use uint64_t for this all over the place then. Regards Hartmut _______________________________________________ cfe-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
