blob: 53b2ebdf817435fe4dc33f64d8b6e990fc5cfe2a [file] [log] [blame]
/* %%%%%%%%%%%%%%%%%%%% (c) William Landi 1991 %%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Permission to use this code is granted as long as the copyright */
/* notice remains in place. */
/* ============================= boolean.h ================================= */
/* Just makes BOOLEAN another name for int. */
typedef int BOOLEAN;