diff options
author | Anatol Belski <ab@php.net> | 2014-12-14 14:07:59 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-12-14 14:07:59 +0100 |
commit | e112f6a04e0cddc6276c426c09c0249201878f5a (patch) | |
tree | 03b914303e60fce6ee830eac907cf323f7702722 /main/php_streams.h | |
parent | bdeb220f48825642f84cdbf3ff23a30613c92e86 (diff) | |
download | php-git-e112f6a04e0cddc6276c426c09c0249201878f5a.tar.gz |
second shot on removing TSRMLS_*
Diffstat (limited to 'main/php_streams.h')
-rw-r--r-- | main/php_streams.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_streams.h b/main/php_streams.h index fe51f5e184..c0f16b6126 100644 --- a/main/php_streams.h +++ b/main/php_streams.h @@ -301,7 +301,7 @@ PHPAPI size_t _php_stream_printf(php_stream *stream, const char *fmt, ...) PHP_A PHPAPI size_t _php_stream_printf(php_stream *stream, const char *fmt, ...) PHP_ATTRIBUTE_FORMAT(printf, 2, 3); #endif -/* php_stream_printf macro & function require TSRMLS_CC */ +/* php_stream_printf macro & function require */ #define php_stream_printf _php_stream_printf PHPAPI int _php_stream_eof(php_stream *stream); |