In message <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Re: style(9) Sergey Babkin
- Re: style(9) Wes Peters
- Re: style(9) Jeroen Ruigrok/Asmodai
- Re: style(9) Warner Losh
- Re: style(9) Wes Peters
- Re: style(9) Warner Losh
- Re: style(9) Greg Black
- Re: style(9) Anders Franzen
- Re: style(9) Warner Losh
- Re: style(9) Jeroen Ruigrok/Asmodai
- Re: style(9) Warner Losh
- Re: style(9) Warner Losh
- Re: style(9) Doug Barton