From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Kevin Buettner Cc: gdb@sourceware.cygnus.com Subject: Re: Proposal: convert function definitions to prototyped form Date: Sat, 03 Jun 2000 04:48:00 -0000 Message-id: <3938F055.42A9FEA3@cygnus.com> References: <1000602075018.ZM29997@ocotillo.lan> X-SW-Source: 2000-06/msg00031.html Kevin Buettner wrote: > > As many of you know, I'm in the midst of purging the use of ``PARAMS'' > in prototyped function declarations from the gdb sources. After this > activity is concluded, I'd like to begin converting function > definitions whose parameters are declared using the traditional C > style to the ISO C prototyped form. I.e, I'd like to convert > functions of the form Something to consider with the timing. There are Pascal, ObjectiveC.* and random other Apple files pending. It might be good to wait until the buil of the work is in the repository so that we reduce the number of contributors / maintainers that get hit for six by this one :-) Unlike params, this one will really hurt people with private diffs. Andrew