diff options
| author | Marcus Boerger <helly@php.net> | 2006-04-03 19:58:03 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2006-04-03 19:58:03 +0000 |
| commit | f2004b6f2831770435627e98feb66d0fb50eff35 (patch) | |
| tree | aae05a930628bcc3d44721f34ad00ca242fae774 | |
| parent | 091360caa17167f740e904185a1dc6e59b2d35b8 (diff) | |
| download | php-git-f2004b6f2831770435627e98feb66d0fb50eff35.tar.gz | |
- WS
| -rwxr-xr-x | ext/spl/spl_array.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
