]> granicus.if.org Git - php/commitdiff
Revert unintended modification
authorDmitry Stogov <dmitry@php.net>
Wed, 18 Aug 2010 09:45:52 +0000 (09:45 +0000)
committerDmitry Stogov <dmitry@php.net>
Wed, 18 Aug 2010 09:45:52 +0000 (09:45 +0000)
Zend/zend_exceptions.c

index 73cf2bdaf49c3eec75b1d733d7b533bcc52bb446..adfef3f3d1b87b7ed6400193af358e284934d630 100644 (file)
@@ -81,7 +81,7 @@ void zend_exception_restore(TSRMLS_D) /* {{{ */
 }
 /* }}} */
 
-ZEND_API void zend_throw_exception_internal(zval *exception TSRMLS_DC) /* {{{ */
+void zend_throw_exception_internal(zval *exception TSRMLS_DC) /* {{{ */
 {
 #ifdef HAVE_DTRACE
        if (DTRACE_EXCEPTION_THROWN_ENABLED()) {