From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 24 Jan 2002 17:36:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 24 Jan 2002 17:36:48 -0500 Received: from leibniz.math.psu.edu ([146.186.130.2]:3007 "EHLO math.psu.edu") by vger.kernel.org with ESMTP id ; Thu, 24 Jan 2002 17:36:07 -0500 Date: Thu, 24 Jan 2002 17:36:04 -0500 (EST) From: Alexander Viro To: Timothy Covell cc: Robert Love , Oliver Xymoron , "Richard B. Johnson" , Jeff Garzik , Linux-Kernel list Subject: Re: RFC: booleans and the kernel In-Reply-To: <200201242228.g0OMSlL06826@home.ashavan.org.> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 25 Jan 2002, Timothy Covell wrote: > What about > > { > char x; > > if ( x ) > { > printf ("\n We got here\n"); > } > else > { > // We never get here > printf ("\n We never got here\n"); > } > } What??? Learn the fscking C.