commit | 78c0b7d43e5048fd71d12816659667834170c76d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 15:52:46 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 15:52:46 2016 +0100 |
tree | f2b1c0d69cb07d050087eb1695f5c4457248d94c | |
parent | 7454a06e2642d2b37afad1c5e71cec68081ca4ff [diff] [blame] |
patch 7.4.1206 Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index f08e4d6..0a36627 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1206, +/**/ 1205, /**/ 1204,