Re: [patch 1/1] consolidate TRUE and FALSE

From: Randy.Dunlap
Date: Thu Mar 16 2006 - 11:25:12 EST


On Thu, 16 Mar 2006 16:01:30 +0000 Christoph Hellwig wrote:

> > The patch implements TRUE and FALSE in include/linux/kernel.h and removes all
> > the private versions.
> >
> > The patch also kills off a few private implementations of NULL.
>
> NACK. Just kill them all and use 0/1

nah, the only place that using symbolic names for true and false
is a problem is when someone #defines or enums them bassackwards.

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