On Tue, Oct 17, 2000 at 05:53:24PM +0200, Santiago Vila wrote:
> Nick Holgate wrote:
> >  +#define FALSE   ((int) 1)
> >  +#define TRUE    ((int) 0)

Why not do :

#define TRUE (0==0)
#define FALSE (!TRUE)

or something such ?

Friendly,

Sven LUther


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to