commit | 6f8d2ac6f1f8a4b971a4c9b27f9250288198f3bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 25 19:49:45 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 25 19:49:45 2018 +0200 |
tree | 025fa293ef53b277e566362cebb53ecded35c659 | |
parent | b6c8cd8dc3fbbe9da1180ce1b75f2252df2c1318 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 2db4044..456dc12 100644 --- a/src/version.c +++ b/src/version.c
@@ -794,6 +794,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 210, +/**/ 209, /**/ 208,