summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.c
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2004-05-20 17:59:27 +0000
committerWez Furlong <wez@php.net>2004-05-20 17:59:27 +0000
commit3ec72d3ed96ceec850e4c446764281b2c39d257e (patch)
tree7ca84f9a793109d92bb737f84f1adb662f6a32a4 /Zend/zend_exceptions.c
parentd16625b80305244ae53de992c332a15e56871dbd (diff)
downloadphp-git-3ec72d3ed96ceec850e4c446764281b2c39d257e.tar.gz
Revert; obviously I missed the function at the bottom of the file...
Diffstat (limited to 'Zend/zend_exceptions.c')
-rw-r--r--Zend/zend_exceptions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_exceptions.c b/Zend/zend_exceptions.c
index 5baa061002..ff0f313700 100644
--- a/Zend/zend_exceptions.c
+++ b/Zend/zend_exceptions.c
@@ -33,7 +33,7 @@ ZEND_API void zend_throw_exception(zend_class_entry *exception_ce, char *message
ZEND_API void (*zend_throw_exception_hook)(zval *ex TSRMLS_DC);
-ZEND_API void zend_throw_exception_internal(zval *exception TSRMLS_DC)
+void zend_throw_exception_internal(zval *exception TSRMLS_DC)
{
if (exception != NULL) {
if (EG(exception)) {