Fixed compilation on FreeBSD with gcc-3.2

This commit is contained in:
Dmitry Stogov 2006-02-28 18:34:58 +00:00
parent 4fb5bc4b6e
commit 3413d5df40

View File

@ -248,7 +248,7 @@ typedef union _zstr {
#ifdef __GNUC__
# define ZSTR(x) ((zstr)(x))
# define NULL_ZSTR ZSTR(NULL)
# define NULL_ZSTR ZSTR((void*)NULL)
# define EMPTY_ZSTR ZSTR("\0\0")
#else
extern ZEND_API zstr null_zstr;