Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 11 Jun 2002 13:55:03 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 11 Jun 2002 13:55:02 -0400 Received: from e2.ny.us.ibm.com ([32.97.182.102]:37811 "EHLO e2.ny.us.ibm.com") by vger.kernel.org with ESMTP id ; Tue, 11 Jun 2002 13:55:00 -0400 To: Linus Torvalds cc: Rusty Russell , dent@cosy.sbg.ac.at, adilger@clusterfs.com, da-x@gmx.net, patch@luckynet.dynu.com, linux-kernel@vger.kernel.org Reply-To: Gerrit Huizenga From: Gerrit Huizenga Subject: Re: [PATCH] 2.5.21 - list.h cleanup In-Reply-To: Your message of Tue, 11 Jun 2002 01:33:54 PDT. MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <15686.1023818044.1@us.ibm.com> Date: Tue, 11 Jun 2002 10:54:04 -0700 Message-Id: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org In message , > : Li nus Torvalds writes: > > > On Tue, 11 Jun 2002, Rusty Russell wrote: > > > > Worst sin is that you can't predeclare typedefs. For many uses (not the > > list macros of course): > > struct xx; > > is sufficient and avoids the #include hell, > > True. Untrue. Or partially true (yes, you *can* use struct xx;). But you can also use: typedef foo_t; to predefine, just like you can use struct xx; Also avoids some aspects of #include . gerrit - 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/