From: Sascha Schumann Date: Tue, 6 Jul 1999 21:02:07 +0000 (+0000) Subject: enable it, until we find a better way X-Git-Tag: BEFORE_REMOVING_GC_STEP1~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdc1b9262ddbe24e9c9e9d229d562dd740263ee8;p=php enable it, until we find a better way --- diff --git a/Zend/zend.h b/Zend/zend.h index 6a9658aa3d..9e377b859a 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -46,7 +46,7 @@ #include "zend_alloc.h" /* this is a workaround for a bug in gcc */ -#if SIZEOF_VOID_P == 8 || defined(__arch64__) +#if SIZEOF_VOID_P == 8 || (1) typedef unsigned int zend_bool; #else typedef unsigned char zend_bool;