jani Thu Nov 1 22:31:40 2007 UTC
Modified files:
/php-src/ext/spl php_spl.c
Log:
- CPP macros are supposed to start at column 1 (# at least)
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.116&r2=1.117&diff_format=u
Index: php-src/ext/spl/php_spl.c
diff -u php-src/ext/spl/php_spl.c:1.116 php-src/ext/spl/php_spl.c:1.117
--- php-src/ext/spl/php_spl.c:1.116 Sun Oct 7 05:15:05 2007
+++ php-src/ext/spl/php_spl.c Thu Nov 1 22:31:39 2007
@@ -16,10 +16,10 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_spl.c,v 1.116 2007/10/07 05:15:05 davidw Exp $ */
+/* $Id: php_spl.c,v 1.117 2007/11/01 22:31:39 jani Exp $ */
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include "php.h"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php