X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_http_api.h;h=bca57f17141f6cf073fef9ee7e5acf1a21e83c69;hb=e2b947ae9fa3b56f94855c5c111ccc9fb595d460;hp=91b2eb6c895b03e333ee8d17624f2e0b333a202d;hpb=6c1356cbe7363bf41f770b1dce59abef93dcc021;p=m6w6%2Fext-http diff --git a/src/php_http_api.h b/src/php_http_api.h index 91b2eb6..bca57f1 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