#define TRUE/FALSE in stk.h

From: Shiro Kawai <shiro_at_squareusa.com>
Date: Mon, 19 Jul 1999 22:18:58 -1000 (HST)

In stk.h of 3.99.4, there's a #define of TRUE and FALSE.
When I use stk with other packages whose header files also
define TRUE and FALSE, some compiler print warning.
Can they be like these?

#ifndef FALSE
#define FALSE 0
#endif

#ifndef TRUE
#define TRUE (!FALSE)
#endif

--shiro
Received on Tue Jul 20 1999 - 10:20:16 CEST

This archive was generated by hypermail 2.3.0 : Mon Jul 21 2014 - 19:38:59 CEST