[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <44C143B9.6000309@garzik.org>
Date:	Fri, 21 Jul 2006 17:14:33 -0400
From:	Jeff Garzik <jeff@...zik.org>
To:	Pekka Enberg <penberg@...helsinki.fi>
CC:	ricknu-0@...dent.ltu.se, linux-kernel@...r.kernel.org,
	Andrew Morton <akpm@...l.org>,
	Alexey Dobriyan <adobriyan@...il.com>,
	Vadim Lobanov <vlobanov@...akeasy.net>,
	Jan Engelhardt <jengelh@...ux01.gwdg.de>,
	Shorty Porty <getshorty_@...mail.com>,
	Peter Williams <pwil3058@...pond.net.au>
Subject: Re: [RFC][PATCH] A generic boolean (version 2)
Pekka Enberg wrote:
> On 7/21/06, Jeff Garzik <jeff@...zik.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.
	Jeff
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists
 
