(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 85d0585..2b74a1b 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