]> granicus.if.org Git - php/commitdiff
- Fix build (one more coming up)
authorAndi Gutmans <andi@php.net>
Fri, 31 May 2002 15:34:12 +0000 (15:34 +0000)
committerAndi Gutmans <andi@php.net>
Fri, 31 May 2002 15:34:12 +0000 (15:34 +0000)
Zend/zend_objects_API.c

index 16b40c841b874488fdf8f66c402148795f87073c..09108cb8c8c3ec155d21d3a002e64d96bed3d004 100644 (file)
@@ -19,7 +19,7 @@ void zend_objects_store_destroy(zend_objects_store *objects)
        efree(objects->object_buckets);
 }
 
-void zend_objects_store_call_destructors(zend_objects_store *objects)
+void zend_objects_store_call_destructors(zend_objects_store *objects TSRMLS_DC)
 {
        zend_uint i = 1;