Re: [PATCH] Introduce simple TRUE and FALSE boolean macros.

From: Richard Knutsson
Date: Sun Jan 21 2007 - 13:45:32 EST


Nicholas Miell wrote:
On Sun, 2007-01-21 at 05:03 -0500, Robert P. J. Day wrote:
Introduce the TRUE and FALSE boolean macros so that everyone can
stop re-inventing them, and remove the one occurrence in the source
tree that clashes with that change.


If you're going to introduce true and false macros, you should probably
use the official all-lowercase C99 version.
It is already in there (see include/linux/stddef.h). These are just to get rid of the defines of FALSE/TRUE all over the tree.
Not sure why, thou...

-
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/