Do not allow 3.0.4 for __attribute__.

This commit is contained in:
Ilia Alshanetsky 2004-03-16 16:42:12 +00:00
parent fa5f52718a
commit 365f0120fe

View File

@ -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)