helly           Mon Apr  3 19:58:03 2006 UTC

  Modified files:              
    /php-src/ext/spl    spl_array.c 
  Log:
  - WS
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_array.c?r1=1.108&r2=1.109&diff_format=u
Index: php-src/ext/spl/spl_array.c
diff -u php-src/ext/spl/spl_array.c:1.108 php-src/ext/spl/spl_array.c:1.109
--- php-src/ext/spl/spl_array.c:1.108   Mon Apr  3 19:52:02 2006
+++ php-src/ext/spl/spl_array.c Mon Apr  3 19:58:03 2006
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: spl_array.c,v 1.108 2006/04/03 19:52:02 helly Exp $ */
+/* $Id: spl_array.c,v 1.109 2006/04/03 19:58:03 helly Exp $ */
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
@@ -57,7 +57,6 @@
 #define SPL_ARRAY_INT_MASK           0xFFFF0000
 #define SPL_ARRAY_CLONE_MASK         0x03000007
 
-
 typedef struct _spl_array_object {
        zend_object       std;
        zval              *array;

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to