Fix folding and clean up some extensions

This commit is contained in:
Rasmus Lerdorf 2001-06-06 13:06:12 +00:00
parent 3bfd50f4f1
commit 81e2cf03ac
161 changed files with 1610 additions and 834 deletions

View file

@ -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