]> granicus.if.org Git - php/commitdiff
- Fixed bug #29183 (Undefined symbol zend_check_private with Solaris CC)
authorfoobar <sniper@php.net>
Wed, 19 Jan 2005 01:46:26 +0000 (01:46 +0000)
committerfoobar <sniper@php.net>
Wed, 19 Jan 2005 01:46:26 +0000 (01:46 +0000)
Zend/zend_object_handlers.c

index 46d471c68e12c42405bbb52e30347bde4abd93cf..f7e54e5a165632a5461b7915042af18ce949a24f 100644 (file)
@@ -521,7 +521,7 @@ ZEND_API void zend_std_call_user_call(INTERNAL_FUNCTION_PARAMETERS)
  * Returns the function address that should be called, or NULL
  * if no such function exists.
  */
-inline zend_function *zend_check_private(zend_function *fbc, zend_class_entry *ce, int fn_flags, char *function_name_strval, int function_name_strlen TSRMLS_DC)
+static inline zend_function *zend_check_private(zend_function *fbc, zend_class_entry *ce, int fn_flags, char *function_name_strval, int function_name_strlen TSRMLS_DC)
 {
        if (!ce) {
                return 0;