X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_negotiate.h;h=44f173589ea3369c54c87466fad1e7b9ac150472;hp=586828fae5afacdf31aacff610a48ed4845d82f9;hb=8840a33028d28fa4f351b08b7502c1642c758af5;hpb=7493ad081ec06081cb8ca0f804d98a263f93ffbc diff --git a/php_http_negotiate.h b/php_http_negotiate.h index 586828f..44f1735 100644 --- a/php_http_negotiate.h +++ b/php_http_negotiate.h @@ -119,7 +119,7 @@ static inline HashTable *php_http_negotiate_content_type(HashTable *supported, p #define PHP_HTTP_DO_NEGOTIATE(type, supported, rs_array) \ { \ HashTable *result; \ - if ((result = php_http_negotiate_ ##type(supported, NULL TSRMLS_CC))) { \ + if ((result = php_http_negotiate_ ##type(supported, NULL))) { \ PHP_HTTP_DO_NEGOTIATE_HANDLE_RESULT(result, supported, rs_array); \ } else { \ PHP_HTTP_DO_NEGOTIATE_HANDLE_DEFAULT(supported, rs_array); \