]> granicus.if.org Git - php/commitdiff
silence warning
authorfoobar <sniper@php.net>
Mon, 6 Jun 2005 22:01:41 +0000 (22:01 +0000)
committerfoobar <sniper@php.net>
Mon, 6 Jun 2005 22:01:41 +0000 (22:01 +0000)
main/main.c

index b61b6a8f9eb6cb1945d1bf22baeee13fe22b7ed5..c4b50ba84fcdf1215e5df655fcf8522a29cfb768 100644 (file)
@@ -835,10 +835,12 @@ static FILE *php_fopen_wrapper_for_zend(const char *filename, char **opened_path
 }
 /* }}} */
 
+#if wez_0
 static void stream_closer_for_zend(void *handle TSRMLS_DC)
 {
        php_stream_close((php_stream*)handle);
 }
+#endif
 
 static long stream_fteller_for_zend(void *handle TSRMLS_DC)
 {