From 2b5de6f839feea0ae1d5289d59dd7f159fcdcc8c Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Wed, 1 Jul 2020 16:32:55 +0300 Subject: Remove proto comments from C files Closes GH-5758 --- ext/intl/php_intl.c | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'ext/intl/php_intl.c') diff --git a/ext/intl/php_intl.c b/ext/intl/php_intl.c index 89eb9161b6..2b0b19be9b 100644 --- a/ext/intl/php_intl.c +++ b/ext/intl/php_intl.c @@ -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 -- cgit v1.2.1