Fixed inconsistency

This commit is contained in:
Dmitry Stogov 2015-03-14 15:11:55 +03:00
parent 547d387973
commit f42ebdd4e9

View File

@ -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();
}