X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_std_defs.h;h=fac59a3c3203ca745aeb09e31f5188f1b08371c3;hp=00673eb338f58585871cae1983fa5586c1dabd3e;hb=f045f8949f2deb94530b7bca18f85aaa8d5c7d58;hpb=2b3353e31dd2ca3e06b714688c651c38b3958c44 diff --git a/php_http_std_defs.h b/php_http_std_defs.h index 00673eb..fac59a3 100644 --- a/php_http_std_defs.h +++ b/php_http_std_defs.h @@ -362,7 +362,7 @@ typedef int STATUS; #ifndef TSRMLS_SET_CTX # ifdef ZTS -# define TSRMLS_SET_CTX(ctx) (void ***) ctx = tsrm_ls +# define TSRMLS_SET_CTX(ctx) ctx = (void ***) tsrm_ls # else # define TSRMLS_SET_CTX(ctx) # endif