forked from aniani/vim
patch 8.1.0210: still a few K&R function declarations
Problem: Still a few K&R function declarations. Solution: Use ANSI function declarations (Hirohito Higashi)
This commit is contained in:
@@ -9387,8 +9387,7 @@ typval_compare(
|
||||
}
|
||||
|
||||
char_u *
|
||||
typval_tostring(arg)
|
||||
typval_T *arg;
|
||||
typval_tostring(typval_T *arg)
|
||||
{
|
||||
char_u *tofree;
|
||||
char_u numbuf[NUMBUFLEN];
|
||||
|
Reference in New Issue
Block a user