Revert unintended modification

This commit is contained in:
Dmitry Stogov 2010-08-18 09:45:52 +00:00
parent bfbfd15a2a
commit 42289228ff

View 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()) {