sniper Sun Feb 27 07:50:23 2005 EDT
Modified files:
/php-src/main main.c
Log:
cs fix (really annoying :)
http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.617&r2=1.618&ty=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.617 php-src/main/main.c:1.618
--- php-src/main/main.c:1.617 Mon Feb 21 10:14:02 2005
+++ php-src/main/main.c Sun Feb 27 07:50:22 2005
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: main.c,v 1.617 2005/02/21 15:14:02 moriyoshi Exp $ */
+/* $Id: main.c,v 1.618 2005/02/27 12:50:22 sniper Exp $ */
/* {{{ includes
*/
@@ -594,7 +594,8 @@
/* }}} */
/* {{{ php_suppress_errors */
-PHPAPI void php_set_error_handling(error_handling_t error_handling,
zend_class_entry *exception_class TSRMLS_DC) {
+PHPAPI void php_set_error_handling(error_handling_t error_handling,
zend_class_entry *exception_class TSRMLS_DC)
+{
PG(error_handling) = error_handling;
PG(exception_class) = exception_class;
if (PG(last_error_message)) {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php