Re: argument names in function declarations

Thor Lancelot Simon <[email protected]> Tue, 25 Aug 2009 11:13:08 -0400
Newsgroups gmane.os.netbsd.devel.general
Message-ID <[email protected]>
On Tue, Aug 25, 2009 at 10:44:37AM -0400, der Mouse wrote:
> >> Does using leading underscores in the names help with the cpp issue?
> > Not really.  Particularly idiotic code and compilers can end up
> > treating the prototype-with-argument-names as a function declaration
> 
> Ummm...isn't that exactly what it is?  Or am I missing something?

s/declaration/definition/ -- not enough coffee!

Thor