]> granicus.if.org Git - php/commitdiff
enable it, until we find a better way
authorSascha Schumann <sas@php.net>
Tue, 6 Jul 1999 21:02:07 +0000 (21:02 +0000)
committerSascha Schumann <sas@php.net>
Tue, 6 Jul 1999 21:02:07 +0000 (21:02 +0000)
Zend/zend.h

index 6a9658aa3d725a84eba52277d460e701a1085e05..9e377b859ae8ab27304040695aee6d892a138a07 100644 (file)
@@ -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;