On Tue, 22 Sep 2009, Joel Sherrill wrote: > It appears to be unsigned char or at least sizeof(bool)=1 > on the architectures I tried this test program on.
The size is determined by BOOL_TYPE_SIZE (and is not 1 byte for powerpc-darwin). -- Joseph S. Myers jos...@codesourcery.com