From fdc1b9262ddbe24e9c9e9d229d562dd740263ee8 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Tue, 6 Jul 1999 21:02:07 +0000 Subject: [PATCH] enable it, until we find a better way --- Zend/zend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0