(BOOL): Changed from char to unsigned char.
authorKresten Krab Thorup <krab@gcc.gnu.org>
Thu, 6 Oct 1994 16:24:03 +0000 (16:24 +0000)
committerKresten Krab Thorup <krab@gcc.gnu.org>
Thu, 6 Oct 1994 16:24:03 +0000 (16:24 +0000)
From-SVN: r8230

gcc/objc/objc.h

index 85d05852d4593f81c364876efea8588cd031f752..2b74a1b7af451dac20efa2dab46331ced01b11ff 100644 (file)
@@ -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