From owner-freebsd-hackers Fri Jun 30 8:51:58 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 8F60537BAAE for ; Fri, 30 Jun 2000 08:51:55 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id JAA91143; Fri, 30 Jun 2000 09:51:54 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id JAA41922; Fri, 30 Jun 2000 09:51:51 -0600 (MDT) Message-Id: <200006301551.JAA41922@harmony.village.org> To: Anders Franzen Subject: Re: style(9) Cc: Martin Horcicka , freebsd-hackers@FreeBSD.ORG In-reply-to: Your message of "Fri, 30 Jun 2000 14:29:35 +0200." <395C92AF.302B9939@uab.ericsson.se> References: <395C92AF.302B9939@uab.ericsson.se> Date: Fri, 30 Jun 2000 09:51:51 -0600 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <395C92AF.302B9939@uab.ericsson.se> Anders Franzen writes: : IMHO, I would guess that it can prevent userland from typedefing own types. : I.e. If a program : makes an own type : typedef int fd: : : and then includes a header file saying : void function(int fd): : the compiler would complain about the the type fd. Actually, that's legal. Think preprocessor macros. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message