stas Mon Mar 17 17:29:13 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/win32/build config.w32
Log:
fix win32 build
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.40.2.8.2.10.2.8&r2=1.40.2.8.2.10.2.9&diff_format=u
Index: php-src/win32/build/config.w32
diff -u php-src/win32/build/config.w32:1.40.2.8.2.10.2.8
php-src/win32/build/config.w32:1.40.2.8.2.10.2.9
--- php-src/win32/build/config.w32:1.40.2.8.2.10.2.8 Mon Mar 17 17:06:51 2008
+++ php-src/win32/build/config.w32 Mon Mar 17 17:29:13 2008
@@ -1,5 +1,5 @@
// vim:ft=javascript
-// $Id: config.w32,v 1.40.2.8.2.10.2.8 2008/03/17 17:06:51 scottmac Exp $
+// $Id: config.w32,v 1.40.2.8.2.10.2.9 2008/03/17 17:29:13 stas Exp $
// "Master" config file; think of it as a configure.in
// equivalent.
@@ -60,7 +60,7 @@
if (!PATH_PROG('re2c')) {
ERROR('re2c is required')
}
-DEFINE('RE2C_FLAGS', null);
+DEFINE('RE2C_FLAGS', '');
PATH_PROG('zip');
PATH_PROG('lemon');
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php