X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_api.h;h=a4058afbfcb487781ecc5ee27e1dc5c34423fbca;hp=91b2eb6c895b03e333ee8d17624f2e0b333a202d;hb=HEAD;hpb=6c1356cbe7363bf41f770b1dce59abef93dcc021 diff --git a/src/php_http_api.h b/src/php_http_api.h index 91b2eb6..a4058af 100644 --- a/src/php_http_api.h +++ b/src/php_http_api.h @@ -13,6 +13,14 @@ #ifndef PHP_HTTP_API_H #define PHP_HTTP_API_H +#ifdef __COVERITY_GCC_VERSION_AT_LEAST +# define _Float128 float +# define _Float64 float +# define _Float32 float +# define _Float64x float +# define _Float32x float +#endif + #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -24,7 +32,6 @@ #include "SAPI.h" #include "ext/raphf/php_raphf_api.h" -#include "ext/propro/php_propro_api.h" #include "ext/standard/php_string.h" #include "ext/spl/spl_iterators.h" #include "ext/date/php_date.h"