summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-07-06 21:02:07 +0000
committerSascha Schumann <sas@php.net>1999-07-06 21:02:07 +0000
commitfdc1b9262ddbe24e9c9e9d229d562dd740263ee8 (patch)
tree4ffbaa154871b4daca174b5d7b33c91ed8842ca8 /Zend
parentda155aae1cf7230a0f212223a399cde899a97769 (diff)
downloadphp-git-fdc1b9262ddbe24e9c9e9d229d562dd740263ee8.tar.gz
enable it, until we find a better way
Diffstat (limited to 'Zend')
-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;