Browse Source

Fix build for solaris

experimental/first_unicode_implementation
Etienne Kneuss 18 years ago
parent
commit
f388db74f5
  1. 2
      ext/spl/spl_array.c

2
ext/spl/spl_array.c

@ -1169,7 +1169,7 @@ SPL_METHOD(Array, seek)
zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0 TSRMLS_CC, "Seek position %ld is out of range", opos);
} /* }}} */
int inline spl_array_object_count_elements_helper(spl_array_object *intern, long *count TSRMLS_DC) /* {{{ */
int static spl_array_object_count_elements_helper(spl_array_object *intern, long *count TSRMLS_DC) /* {{{ */
{
HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC);
HashPosition pos;

Loading…
Cancel
Save