gnupic: Re: [gnupic] making xwisp2 more UNIX compliant


Previous by date: 26 Oct 2005 08:09:23 +0100 Re: [gnupic] making xwisp2 more UNIX compliant, easy-b.freesurf.ch
Next by date: 26 Oct 2005 08:09:23 +0100 Re: [gnupic] making xwisp2 more UNIX compliant, Rob Hamerling
Previous in thread: 26 Oct 2005 08:09:23 +0100 Re: [gnupic] making xwisp2 more UNIX compliant, easy-b.freesurf.ch
Next in thread: 26 Oct 2005 08:09:23 +0100 Re: [gnupic] making xwisp2 more UNIX compliant, Rob Hamerling

Subject: Re: [gnupic] making xwisp2 more UNIX compliant
From: Rob Hamerling ####@####.####
Date: 26 Oct 2005 08:09:23 +0100
Message-Id: <435F2BA0.7010707@hccnet.nl>


Chen Xiao Fan wrote:

> To add Win32/MinGW GCC configuration, change compiler.h and
> include the following in compiler.h file.
> ....

to improve it further, macros like:

>   #define max(x,y) ((x > y) ? (x) : (y))                

will be changed into:

     #define max(x,y) (((x) < (y)) ? (x) : (y))

(not the first time I have suffered from this trap!!)

Rob.

-- 
Rob Hamerling, Vianen, NL phone +31-347-322822
homepage: http://www.robh.nl/


Previous by date: 26 Oct 2005 08:09:23 +0100 Re: [gnupic] making xwisp2 more UNIX compliant, easy-b.freesurf.ch
Next by date: 26 Oct 2005 08:09:23 +0100 Re: [gnupic] making xwisp2 more UNIX compliant, Rob Hamerling
Previous in thread: 26 Oct 2005 08:09:23 +0100 Re: [gnupic] making xwisp2 more UNIX compliant, easy-b.freesurf.ch
Next in thread: 26 Oct 2005 08:09:23 +0100 Re: [gnupic] making xwisp2 more UNIX compliant, Rob Hamerling


Powered by ezmlm-browse 0.20.