diff options
author | Marcus Boerger <helly@php.net> | 2008-08-08 14:15:05 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2008-08-08 14:15:05 +0000 |
commit | 4c3563dea211e018765308e829f7c0558025c6c9 (patch) | |
tree | ec430daf7bf8bd41e90bfb51c6b7a2dcc73e7954 /main | |
parent | 16470b1e0c57ed113c8312d8b9b49a46856b0ee0 (diff) | |
download | php-git-4c3563dea211e018765308e829f7c0558025c6c9.tar.gz |
- MFH: Sorry for the compiler warning
Diffstat (limited to 'main')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h index 611f2e6dc1..ca20596797 100644 --- a/main/php.h +++ b/main/php.h @@ -288,7 +288,7 @@ END_EXTERN_C() BEGIN_EXTERN_C() PHPAPI void php_set_error_handling(error_handling_t error_handling, zend_class_entry *exception_class TSRMLS_DC); -static ZEND_ATTRIBUTE_DEPRECATED void php_std_error_handling() {} +static inline ZEND_ATTRIBUTE_DEPRECATED void php_std_error_handling() {} PHPAPI void php_verror(const char *docref, const char *params, int type, const char *format, va_list args TSRMLS_DC) PHP_ATTRIBUTE_FORMAT(printf, 4, 0); |