Messages in this thread |  | | | Date | Tue, 25 Jul 2006 14:04:08 -0500 | | From | Roman Kononov <> | | Subject | Re: [RFC][PATCH] A generic boolean (version 2) |
| |
On 07/21/2006 16:14, Jeff Garzik wrote: > Pekka Enberg wrote: >> On 7/21/06, Jeff Garzik <jeff@garzik.org> wrote: >>> I would say: >>> >>> #undef true >>> #undef false >>> enum { >>> false = 0, >>> true = 1 >>> }; >>> >>> #define false false >>> #define true true >> >> Just curious, why the #defines? > > So they are visible to cpp as well as C.
What can cpp do with them other than #if defined() or #if !defined()?
Roman
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |