PARAMS and ISO-C - rules for engagement?

Andrew Cagney ac131313@cygnus.com
Wed May 17 02:02:00 GMT 2000


Hello,

So, ok maintainers are now free to rip out PARAMS.  The only suggestion
I have is to remember to format functions as:

	extern int foo (void);

and not:

	extern int
	foo (void);

Oh and make certain that you rebuild / test after each mini-purge.  It
is very easy, in a task like this, to botch something :-)

Beyond this, how do people what to attack the edge cases (files no one
officially maintains)?  Someone could step forward or (eventually ...)
I'll get to them.  Who ever it is, they are going to need access to some
exotic hosts.  The alternative is to, for the hard to test cases, just
commit the changes :-/

	Andrew


More information about the Gdb-patches mailing list