This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ob] Eliminate /* ARGSUSED */


ac> I've committed the attached (btw, does anyone know the history of this 
ac> habit? lint?).

Yes.  It's a meaningful comment to lint.
A quick googling gives a glimpse:

  http://www.oreilly.com/catalog/lint/toc.html

In C++ you can write this:

  int foo (char *arg, int)

Which is an effective way of saying that the second argument cannot
be used.

I dunno if any version of C supports this nice syntax.

Michael C


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]