View | Details | Raw Unified
Collapse All | Expand All

(-) ecl-0.9j.orig/src/h/object.h (+5 lines)
 Lines 22-29    Link Here 
	Integer and boolean types (see config.h)
	Integer and boolean types (see config.h)
*/
*/
#ifndef TRUE
#define	TRUE		1	/*  boolean true value  */
#define	TRUE		1	/*  boolean true value  */
#endif
#ifndef FALSE
#define	FALSE		0	/*  boolean false value  */
#define	FALSE		0	/*  boolean false value  */
#endif
#if !defined(__cplusplus) && !defined(bool)
#if !defined(__cplusplus) && !defined(bool)
typedef int bool;
typedef int bool;