X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_api.h;h=bca57f17141f6cf073fef9ee7e5acf1a21e83c69;hp=91b2eb6c895b03e333ee8d17624f2e0b333a202d;hb=71f54fe93cc20ac23c317fd6c7aa93732e9aa766;hpb=293d4e19c4b8c8da8cd4295c5b55a66a232e763a 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