Remove proto comments from C files

Closes GH-5758
This commit is contained in:
Max Semenik 2020-07-01 16:32:55 +03:00 committed by Máté Kocsis
parent 4757998650
commit 2b5de6f839
No known key found for this signature in database
GPG key ID: FD055E41728BF310
234 changed files with 3892 additions and 8084 deletions

View file

@ -195,8 +195,7 @@ void intl_errors_set( intl_error* err, UErrorCode code, const char* msg, int cop
}
/* }}} */
/* {{{ void intl_errors_reset( intl_error* err )
*/
/* {{{ void intl_errors_reset( intl_error* err ) */
void intl_errors_reset( intl_error* err )
{
if(err) {
@ -206,8 +205,7 @@ void intl_errors_reset( intl_error* err )
}
/* }}} */
/* {{{ void intl_errors_set_custom_msg( intl_error* err, char* msg, int copyMsg )
*/
/* {{{ void intl_errors_set_custom_msg( intl_error* err, char* msg, int copyMsg ) */
void intl_errors_set_custom_msg( intl_error* err, const char* msg, int copyMsg )
{
if(err) {
@ -217,8 +215,7 @@ void intl_errors_set_custom_msg( intl_error* err, const char* msg, int copyMsg )
}
/* }}} */
/* {{{ intl_errors_set_code( intl_error* err, UErrorCode err_code )
*/
/* {{{ intl_errors_set_code( intl_error* err, UErrorCode err_code ) */
void intl_errors_set_code( intl_error* err, UErrorCode err_code )
{
if(err) {