From: Ilia Alshanetsky Date: Tue, 16 Mar 2004 16:42:12 +0000 (+0000) Subject: Do not allow 3.0.4 for __attribute__. X-Git-Tag: php-5.0.0RC1RC2~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=365f0120fee62e106bdb2049b903e5c1402ae7ef;p=php Do not allow 3.0.4 for __attribute__. --- diff --git a/Zend/zend.h b/Zend/zend.h index c734f06f95..2ec10d112e 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -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)