]> granicus.if.org Git - php/commitdiff
must be extern to avoid problems with some compilers
authorWez Furlong <wez@php.net>
Fri, 9 Jan 2004 18:09:51 +0000 (18:09 +0000)
committerWez Furlong <wez@php.net>
Fri, 9 Jan 2004 18:09:51 +0000 (18:09 +0000)
Zend/zend_object_handlers.h

index 4f782c1c1310365ae8efe68c0cd3d541f7230ff7..205f410780f76434b1ea46e4777c91f1302598dc 100644 (file)
@@ -113,7 +113,7 @@ typedef struct _zend_object_handlers {
        zend_object_cast_t                                              cast_object;
 } zend_object_handlers;
 
-ZEND_API zend_object_handlers std_object_handlers;
+extern ZEND_API zend_object_handlers std_object_handlers;
 ZEND_API union _zend_function *zend_std_get_static_method(zend_class_entry *ce, char *function_name_strval, int function_name_strlen TSRMLS_DC);
 ZEND_API zval **zend_std_get_static_property(zend_class_entry *ce, char *property_name, int property_name_len, zend_bool silent TSRMLS_DC);
 ZEND_API zend_bool zend_std_unset_static_property(zend_class_entry *ce, char *property_name, int property_name_len TSRMLS_DC);