mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
MFH: Fixed compiler warnings
This commit is contained in:
parent
bffb8c406c
commit
226c56fe76
10 changed files with 13 additions and 13 deletions
|
@ -428,7 +428,7 @@ END_EXTERN_C()
|
|||
#endif
|
||||
|
||||
#ifdef ZEND_USE_TOLOWER_L
|
||||
ZEND_API void zend_update_current_locale();
|
||||
ZEND_API void zend_update_current_locale(void);
|
||||
#else
|
||||
#define zend_update_current_locale()
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue