> C89 bitfields can perfectly well be any integer type. This compiler
> appears to be even pickier.
From what I read out of the ANSI/ISO spec for C89, this doesn't appear to be the
case. MS sums the ANSI/ISO spec as:
"The type-specifier for the declarator must be unsigned int, signed int, or int, and the constant-expression must be a nonnegative integer value."
Which is what my compiler...
2009-07-15 01:12:14 UTC in libevent - an asynchronous event library