mirror of
https://github.com/php/php-src.git
synced 2024-12-11 10:54:47 +08:00
Do not allow 3.0.4 for __attribute__.
This commit is contained in:
parent
fa5f52718a
commit
365f0120fe
@ -168,7 +168,7 @@ char *alloca ();
|
||||
# define ZEND_ATTRIBUTE_FORMAT(type, idx, first)
|
||||
#endif
|
||||
|
||||
#if ZEND_GCC_VERSION >= 3004
|
||||
#if ZEND_GCC_VERSION > 3004
|
||||
# define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first)))
|
||||
#else
|
||||
# define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first)
|
||||
|
Loading…
Reference in New Issue
Block a user