Commit ffa8bd9b by Kresten Krab Thorup

(BOOL): Changed from char to unsigned char.

From-SVN: r8230
parent b962cd0b
......@@ -35,7 +35,7 @@ extern "C" {
/*
** Definition of the boolean type.
*/
typedef char BOOL;
typedef unsigned char BOOL;
#define YES (BOOL)1
#define NO (BOOL)0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment