summaryrefslogtreecommitdiff
path: root/Zend/zend.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend.h')
-rw-r--r--Zend/zend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend.h b/Zend/zend.h
index a9e05a77e5..c548b21db9 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -45,7 +45,7 @@
#include "zend_errors.h"
#include "zend_alloc.h"
-#if SIZEOF_INT == 8
+#if SIZEOF_LONG == 8
typedef unsigned int zend_bool;
#else
typedef unsigned char zend_bool;