make Solaris gcc happy

This commit is contained in:
Sascha Schumann 1999-07-05 17:05:38 +00:00
parent 7aa981f5b7
commit 52308cd368

View File

@ -45,7 +45,8 @@
#include "zend_errors.h"
#include "zend_alloc.h"
#if SIZEOF_VOID_P == 8
/* this is a workaround for a bug in gcc */
#if SIZEOF_VOID_P == 8 || defined(__arch64__)
typedef unsigned int zend_bool;
#else
typedef unsigned char zend_bool;