Re: [cdesktopenv-devel] ANSIfication of imake

2012-08-11 Thread Jon Trulson
On Fri, 10 Aug 2012, ch...@chriswareham.net wrote: > Hi folks, > > I've taken into account peoples comments with regard to patch format and not > including changes that are just reformatting. The attached patch is solely for > imake, adding function prototypes where they are missing, limiting link

Re: [cdesktopenv-devel] ANSIfication of imake

2012-08-10 Thread ch...@chriswareham.net
On 10 August 2012 at 16:18 "ch...@chriswareham.net" wrote: > On 10 August 2012 at 15:09 Marc Balmer wrote:> > > > > Why do you make all functions static? This way, the debugger will no longer > > show the function names e.g. in a backtrace, iirc. > > > > The reason I make functions stat

Re: [cdesktopenv-devel] ANSIfication of imake

2012-08-10 Thread ch...@chriswareham.net
On 10 August 2012 at 15:09 Marc Balmer wrote:> > > > Am 10.08.2012 um 15:55 schrieb "ch...@chriswareham.net" > : > > > Hi folks, > > > > I've taken into account peoples comments with regard to patch format and not > > including changes that are just reformatting. The attached patch is solely > > f

Re: [cdesktopenv-devel] ANSIfication of imake

2012-08-10 Thread Marc Balmer
Am 10.08.2012 um 15:55 schrieb "ch...@chriswareham.net" : > Hi folks, > > I've taken into account peoples comments with regard to patch format and not > including changes that are just reformatting. The attached patch is solely > for imake, adding function prototypes where they are missing,

[cdesktopenv-devel] ANSIfication of imake

2012-08-10 Thread ch...@chriswareham.net
Hi folks, I've taken into account peoples comments with regard to patch format and not including changes that are just reformatting. The attached patch is solely for imake, adding function prototypes where they are missing, limiting linkage to static scope wherever possible and removing a bunch of