On Sun, 2007-01-21 at 05:03 -0500, Robert P. J. Day wrote: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.
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.