This is the mail archive of the gdb-patches@sourceware.cygnus.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]

PARAMS and ISO-C - rules for engagement?


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

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