The high-order bit position of an int
bit field is not
treated as a sign bit, except in the VAX C compatibility mode. In
other words, the type int
designates the same type as
unsigned int
for all bit-field types. In VAX C mode,
the type int
designates the same type as signed
int
for all bit-field types.