diff options
Diffstat (limited to 'main/php_streams.h')
| -rwxr-xr-x | main/php_streams.h | 8 | 
1 files changed, 5 insertions, 3 deletions
diff --git a/main/php_streams.h b/main/php_streams.h index 640aebe11f..5083b5ba29 100755 --- a/main/php_streams.h +++ b/main/php_streams.h @@ -96,12 +96,14 @@ PHPAPI int php_stream_cast(php_stream * stream, int castas, void ** ret, int sho  #define php_stream_is(stream, anops)		(stream->ops == anops)  #endif /* HAVE_PHP_STREAM */ + +#endif +  /*   * Local variables:   * tab-width: 4   * c-basic-offset: 4   * End: - * vim: sw=4 ts=4 tw=78 + * vim600: sw=4 ts=4 tw=78 fdm=marker + * vim<600: sw=4 ts=4 tw=78   */ - -#endif  | 
