On Sat, Jan 14, 2006 at 09:38:44AM -0800, Kris Katterjohn wrote:
> From: Lennert Buytenhek
> Sent: 1/14/2006 9:23:19 AM
> 
> > On Sat, Jan 14, 2006 at 08:23:41AM -0800, Kris Katterjohn wrote:
> > 
> > > This changes "signed long" to "long".
> > 
> > Hmmm, is 'long' guaranteed to be signed?
> > 
> > --L
> 
> All integral types are except "char".

That would get you about B-...

        a) char itself is not an integer type; signed char and unsigned char
are.
        b) _Bool is unsigned and it is an integer type.
        c) it's implementation-dependent whether bitfields declared as
int are signed or unsigned; signed int is needed there to get guaranteed
signed behaviour.

That said, original question would qualify for F...
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to