]> granicus.if.org Git - php/commitdiff
Add to the API
authorAndi Gutmans <andi@php.net>
Tue, 13 Jun 2000 19:01:22 +0000 (19:01 +0000)
committerAndi Gutmans <andi@php.net>
Tue, 13 Jun 2000 19:01:22 +0000 (19:01 +0000)
Zend/zend_compile.c
Zend/zend_compile.h

index 65a183efdc772d8dffd929541ad903e838ad014a..edde8746e97c8858341759f5a5e98c8c22163cd1 100644 (file)
@@ -1023,7 +1023,7 @@ void do_return(znode *expr, int do_end_vparse CLS_DC)
 }
 
 
-void function_add_ref(zend_function *function)
+ZEND_API void function_add_ref(zend_function *function)
 {
        if (function->type == ZEND_USER_FUNCTION) {
                zend_op_array *op_array = &function->op_array;
index b89ae9daa908159c8415af24ec52231900a44345..4bb716cc8bbd03a622e2ee3c8daceaba13bcb015 100644 (file)
@@ -365,7 +365,7 @@ void do_extended_fcall_end(CLS_D);
 
 void do_ticks(CLS_D);
 
-void function_add_ref(zend_function *function);
+ZEND_API void function_add_ref(zend_function *function);
 
 #define INITIAL_OP_ARRAY_SIZE 64