]> granicus.if.org Git - php/commitdiff
Fix build for solaris
authorEtienne Kneuss <colder@php.net>
Sun, 20 Jul 2008 16:32:43 +0000 (16:32 +0000)
committerEtienne Kneuss <colder@php.net>
Sun, 20 Jul 2008 16:32:43 +0000 (16:32 +0000)
ext/spl/spl_array.c

index b801aca3a14cdd0bea73a351c000f4dd16878b81..816221c464139b21d0eeb131135e7b406eed5f6b 100755 (executable)
@@ -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;