summaryrefslogtreecommitdiff
path: root/ext/bz2
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-12-14 14:07:59 +0100
committerAnatol Belski <ab@php.net>2014-12-14 14:07:59 +0100
commite112f6a04e0cddc6276c426c09c0249201878f5a (patch)
tree03b914303e60fce6ee830eac907cf323f7702722 /ext/bz2
parentbdeb220f48825642f84cdbf3ff23a30613c92e86 (diff)
downloadphp-git-e112f6a04e0cddc6276c426c09c0249201878f5a.tar.gz
second shot on removing TSRMLS_*
Diffstat (limited to 'ext/bz2')
-rw-r--r--ext/bz2/bz2_filter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bz2/bz2_filter.c b/ext/bz2/bz2_filter.c
index 8b9ee99804..7f7c53cff3 100644
--- a/ext/bz2/bz2_filter.c
+++ b/ext/bz2/bz2_filter.c
@@ -71,7 +71,7 @@ static php_stream_filter_status_t php_bz2_decompress_filter(
php_stream_bucket_brigade *buckets_out,
size_t *bytes_consumed,
int flags
- TSRMLS_DC)
+ )
{
php_bz2_filter_data *data;
php_stream_bucket *bucket;
@@ -209,7 +209,7 @@ static php_stream_filter_status_t php_bz2_compress_filter(
php_stream_bucket_brigade *buckets_out,
size_t *bytes_consumed,
int flags
- TSRMLS_DC)
+ )
{
php_bz2_filter_data *data;
php_stream_bucket *bucket;