From f42ebdd4e9d6c4656cab635e1930a57f811ad04a Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Sat, 14 Mar 2015 15:11:55 +0300 Subject: [PATCH] Fixed inconsistency --- Zend/zend_operators.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c index 1f0afc21b1..7c23489864 100644 --- a/Zend/zend_operators.c +++ b/Zend/zend_operators.c @@ -2340,7 +2340,7 @@ ZEND_API int ZEND_FASTCALL zend_object_is_true(zval *op) /* {{{ */ /* }}} */ #ifdef ZEND_USE_TOLOWER_L -ZEND_API void ZEND_FASTCALL zend_update_current_locale(void) /* {{{ */ +ZEND_API void zend_update_current_locale(void) /* {{{ */ { current_locale = _get_current_locale(); } -- 2.50.1