Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751058AbWHAVrZ (ORCPT ); Tue, 1 Aug 2006 17:47:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751137AbWHAVrY (ORCPT ); Tue, 1 Aug 2006 17:47:24 -0400 Received: from srv5.dvmed.net ([207.36.208.214]:61374 "EHLO mail.dvmed.net") by vger.kernel.org with ESMTP id S1751042AbWHAVrY (ORCPT ); Tue, 1 Aug 2006 17:47:24 -0400 Message-ID: <44CFCBE5.5080900@garzik.org> Date: Tue, 01 Aug 2006 17:47:17 -0400 From: Jeff Garzik User-Agent: Thunderbird 1.5.0.4 (X11/20060614) MIME-Version: 1.0 To: "H. Peter Anvin" CC: ricknu-0@student.ltu.se, linux-kernel@vger.kernel.org, Andrew Morton , Alexey Dobriyan , Vadim Lobanov , Jan Engelhardt , Shorty Porty , Peter Williams , Michael Buesch , Pekka Enberg , Stefan Richter , larsbj@gullik.net, Paul Jackson , Josef Sipek , Arnd Bergmann , Nicholas Miell , Alan Cox , Lars Noschinski Subject: Re: [PATCH 1/2] include/linux: Defining bool, false and true References: <1154175570.44cb5252d3f09@portal.student.luth.se> <1154176331.44cb554b633ef@portal.student.luth.se> <44CFA934.9010404@zytor.com> <44CFC669.1040709@garzik.org> <44CFCA98.4080400@zytor.com> In-Reply-To: <44CFCA98.4080400@zytor.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.3 (----) X-Spam-Report: SpamAssassin version 3.1.3 on srv5.dvmed.net summary: Content analysis details: (-4.3 points, 5.0 required) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 507 Lines: 18 H. Peter Anvin wrote: > That wasn't the point. The point was that bool should be a typedef to > _Bool instead of an enum. Quoting from the patch to which you are replying: +typedef _Bool bool; 'enum' is only used for defining 'true' and 'false'. Jeff - 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/