X-Git-Url: https://git.saurik.com/apple/objc4.git/blobdiff_plain/bc4fafcea49b79b651a74506afcac72862f13fef..refs/heads/master:/test/bool.c?ds=sidebyside diff --git a/test/bool.c b/test/bool.c index c12cc32..f112414 100644 --- a/test/bool.c +++ b/test/bool.c @@ -5,7 +5,11 @@ #include #if TARGET_OS_OSX -# define RealBool 0 +# if __x86_64__ +# define RealBool 0 +# else +# define RealBool 1 +# endif #elif TARGET_OS_IOS || TARGET_OS_BRIDGE # if (__arm__ && !__armv7k__) || __i386__ # define RealBool 0