Skip to content

Commit

Permalink
make Solaris gcc happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Schumann committed Jul 5, 1999
1 parent 7aa981f commit 52308cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Zend/zend.h
Expand Up @@ -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;
Expand Down

0 comments on commit 52308cd

Please sign in to comment.