From f2004b6f2831770435627e98feb66d0fb50eff35 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 3 Apr 2006 19:58:03 +0000 Subject: [PATCH] - WS --- ext/spl/spl_array.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/spl/spl_array.c b/ext/spl/spl_array.c index 3f0181dae4..eae99fb258 100755 --- a/ext/spl/spl_array.c +++ b/ext/spl/spl_array.c @@ -57,7 +57,6 @@ PHPAPI zend_class_entry *spl_ce_Countable; #define SPL_ARRAY_INT_MASK 0xFFFF0000 #define SPL_ARRAY_CLONE_MASK 0x03000007 - typedef struct _spl_array_object { zend_object std; zval *array; -- 2.50.1