1
0
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:
Bram Moolenaar
2018-07-25 19:49:45 +02:00
parent b6c8cd8dc3
commit 6f8d2ac6f1
4 changed files with 6 additions and 11 deletions

View File

@@ -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];