summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Zend/zend.h2
1 files changed, 1 insertions, 1 deletions
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;