From: Sebastian Bergmann Date: Thu, 21 Nov 2002 14:16:57 +0000 (+0000) Subject: Fix prototype. X-Git-Tag: RELEASE_1_0b2~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9726e74da5057950fd5584fdae3c5e1b7e98292a;p=php Fix prototype. --- diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index f793bb0688..cbee8622b3 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -393,7 +393,7 @@ void zend_do_begin_import(TSRMLS_D); void zend_do_import(int type, znode *what TSRMLS_DC); void zend_do_end_import(znode *import_from TSRMLS_DC); -void zend_do_abstract_method(TSRMLS_C); +void zend_do_abstract_method(TSRMLS_D); ZEND_API void function_add_ref(zend_function *function);