remove check for BOOL being defined ... was messing up objc2 compatibility

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/libobjc/trunk@29709 72102866-910b-0410-8b05-ffd578937521
main
rfm 16 years ago
parent 47c8722bea
commit a9cf671aa6

@ -39,10 +39,8 @@ extern "C" {
#ifdef __vxworks
typedef int BOOL;
#else
#ifndef BOOL
typedef unsigned char BOOL;
#endif
#endif
#define YES (BOOL)1
#define NO (BOOL)0

Loading…
Cancel
Save