sniper Mon Jun 6 18:01:43 2005 EDT
Modified files:
/php-src/main main.c
Log:
silence warning
http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.629&r2=1.630&ty=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.629 php-src/main/main.c:1.630
--- php-src/main/main.c:1.629 Sun Jun 5 21:51:46 2005
+++ php-src/main/main.c Mon Jun 6 18:01:41 2005
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: main.c,v 1.629 2005/06/06 01:51:46 wez Exp $ */
+/* $Id: main.c,v 1.630 2005/06/06 22:01:41 sniper Exp $ */
/* {{{ includes
*/
@@ -835,10 +835,12 @@
}
/* }}} */
+#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)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php