iliaa Mon Mar 3 14:46:16 2003 EDT Modified files: /php4/main main.c Log: More compiler warnings fixed. Index: php4/main/main.c diff -u php4/main/main.c:1.532 php4/main/main.c:1.533 --- php4/main/main.c:1.532 Sun Mar 2 20:27:22 2003 +++ php4/main/main.c Mon Mar 3 14:46:16 2003 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: main.c,v 1.532 2003/03/03 01:27:22 phanto Exp $ */ +/* $Id: main.c,v 1.533 2003/03/03 19:46:16 iliaa Exp $ */ /* {{{ includes */ @@ -112,9 +112,6 @@ } last_error_type; static last_error_type last_error; - -static void php_build_argv(char *s, zval *track_vars_array TSRMLS_DC); - #define SAFE_FILENAME(f) ((f)?(f):"-")
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php