commit | 7454a06e2642d2b37afad1c5e71cec68081ca4ff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 15:14:10 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 15:14:10 2016 +0100 |
tree | 8b38e652321d9591a2f57e44b9bdc1f590837f7b | |
parent | 305598b71261265994e2846b4ff4a4d8efade280 [diff] [blame] |
patch 7.4.1205 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 1d533d4..f08e4d6 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1205, +/**/ 1204, /**/ 1203,