Date: Fri, 30 Jun 2000 09:51:51 -0600 From: Warner Losh <imp@village.org> To: Anders Franzen <uabfra@uab.ericsson.se> Cc: Martin Horcicka <horcicka@dzungle.ms.mff.cuni.cz>, freebsd-hackers@FreeBSD.ORG Subject: Re: style(9) Message-ID: <200006301551.JAA41922@harmony.village.org> In-Reply-To: Your message of "Fri, 30 Jun 2000 14:29:35 %2B0200." <395C92AF.302B9939@uab.ericsson.se> References: <395C92AF.302B9939@uab.ericsson.se> <Pine.BSF.3.96.1000630113615.2357A-100000@dzungle.ms.mff.cuni.cz>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006301551.JAA41922>