Re: [RFC][PATCH] A generic boolean (version 6)

From: Alan Cox
Date: Fri Jul 28 2006 - 08:31:59 EST


Ar Iau, 2006-07-27 am 13:13 -0700, ysgrifennodd Nicholas Miell:
> The compiler knows that "b = !!b;" is a no-op.

b = !!b isn't a no-op.

Try printf("%d", !!4);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/