mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove proto comments from C files
Closes GH-5758
This commit is contained in:
parent
4757998650
commit
2b5de6f839
234 changed files with 3892 additions and 8084 deletions
|
@ -141,8 +141,7 @@ static PHP_GINIT_FUNCTION(intl)
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ PHP_MINIT_FUNCTION
|
||||
*/
|
||||
/* {{{ PHP_MINIT_FUNCTION */
|
||||
PHP_MINIT_FUNCTION( intl )
|
||||
{
|
||||
/* For the default locale php.ini setting */
|
||||
|
@ -242,8 +241,7 @@ PHP_MINIT_FUNCTION( intl )
|
|||
|
||||
#define EXPLICIT_CLEANUP_ENV_VAR "INTL_EXPLICIT_CLEANUP"
|
||||
|
||||
/* {{{ PHP_MSHUTDOWN_FUNCTION
|
||||
*/
|
||||
/* {{{ PHP_MSHUTDOWN_FUNCTION */
|
||||
PHP_MSHUTDOWN_FUNCTION( intl )
|
||||
{
|
||||
const char *cleanup;
|
||||
|
@ -259,16 +257,14 @@ PHP_MSHUTDOWN_FUNCTION( intl )
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ PHP_RINIT_FUNCTION
|
||||
*/
|
||||
/* {{{ PHP_RINIT_FUNCTION */
|
||||
PHP_RINIT_FUNCTION( intl )
|
||||
{
|
||||
return SUCCESS;
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ PHP_RSHUTDOWN_FUNCTION
|
||||
*/
|
||||
/* {{{ PHP_RSHUTDOWN_FUNCTION */
|
||||
PHP_RSHUTDOWN_FUNCTION( intl )
|
||||
{
|
||||
if(!Z_ISUNDEF(INTL_G(current_collator))) {
|
||||
|
@ -284,8 +280,7 @@ PHP_RSHUTDOWN_FUNCTION( intl )
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ PHP_MINFO_FUNCTION
|
||||
*/
|
||||
/* {{{ PHP_MINFO_FUNCTION */
|
||||
PHP_MINFO_FUNCTION( intl )
|
||||
{
|
||||
#ifndef UCONFIG_NO_FORMATTING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue