mirror of
https://github.com/php/php-src.git
synced 2024-11-30 05:13:56 +08:00
Fixed compilation on FreeBSD with gcc-3.2
This commit is contained in:
parent
4fb5bc4b6e
commit
3413d5df40
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user