From 63a490cd9002dfc5134255ec4bb8f7a1d0713073 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 28 Apr 2004 19:20:28 +0000 Subject: [PATCH] Fix c++ builds --- Zend/zend_exceptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_exceptions.h b/Zend/zend_exceptions.h index 059a60479c..e704d61e5e 100644 --- a/Zend/zend_exceptions.h +++ b/Zend/zend_exceptions.h @@ -40,7 +40,7 @@ ZEND_API void zend_throw_exception_ex(zend_class_entry *exception_ce, long code ZEND_API void zend_throw_exception_object(zval *exception TSRMLS_DC); ZEND_API void zend_clear_exception(TSRMLS_D); -ZEND_API void (*zend_throw_exception_hook)(zval *ex TSRMLS_DC); +extern ZEND_API void (*zend_throw_exception_hook)(zval *ex TSRMLS_DC); /* show an exception using zend_error(E_ERROR,...) */ ZEND_API void zend_exception_error(zval *exception TSRMLS_DC); -- 2.40.0