From 4c3563dea211e018765308e829f7c0558025c6c9 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 8 Aug 2008 14:15:05 +0000 Subject: - MFH: Sorry for the compiler warning --- main/php.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php.h') 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); -- cgit v1.2.1