Quoting Scott Tringali <[EMAIL PROTECTED]>:

> Tony Balinski wrote:
>
> > The thing is
> > that C89 allows a missing variable name for an argument for this sort of
> > occasion, so why not use it?
>
> It does?  I thought that was C++.
>
>    void f(int, int)
>    {
>    }
>
> missing.c: In function `f':
> missing.c:1: error: parameter name omitted
> missing.c:1: error: parameter name omitted

My mistake. You're right. Definitely a C++ism.
Andrew, I take it all back!

Cheers,
Tony
-- 
NEdit Develop mailing list - [email protected]
http://www.nedit.org/mailman/listinfo/develop

Reply via email to