diff --git a/src/include/bool.h b/src/include/bool.h index 804985f40..80e7030a9 100644 --- a/src/include/bool.h +++ b/src/include/bool.h @@ -3,11 +3,10 @@ typedef unsigned char bool; -#define BOOLEAN int -#define TRUE 1 +#define TRUE 1 #define FALSE 0 -#define NO 0 -#define YES 1 +#define NO 0 +#define YES 1 #endif