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
--
NEdit Develop mailing list - [email protected]
http://www.nedit.org/mailman/listinfo/develop

Reply via email to