diff options
author | Dmitry Stogov <dmitry@php.net> | 2005-08-12 11:29:33 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2005-08-12 11:29:33 +0000 |
commit | 21c1109e0c426ed472500c58ac5236001a7277a5 (patch) | |
tree | 8d9a1400ac749060f8a9434d8399c9988cf93a1a /Zend/zend_exceptions.h | |
parent | 6b98cc4ef56f6b8aecbe8de60acb6ebd5f6eca98 (diff) | |
download | php-git-21c1109e0c426ed472500c58ac5236001a7277a5.tar.gz |
Unicode support
Diffstat (limited to 'Zend/zend_exceptions.h')
-rw-r--r-- | Zend/zend_exceptions.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/zend_exceptions.h b/Zend/zend_exceptions.h index b546b08c24..0a47062265 100644 --- a/Zend/zend_exceptions.h +++ b/Zend/zend_exceptions.h @@ -48,8 +48,6 @@ 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); -void init_exceptions(TSRMLS_D); - END_EXTERN_C() #endif |