commit | d14e00ea67afbaa8cb4a7e6b1eb306da6a2d5adb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 17:30:51 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 17:30:51 2016 +0100 |
tree | f33b2f999a51f5ecd5b42c01b0d837ab8e660b44 | |
parent | bbb3339dbfa2067fab616698739097df06aa5e6c [diff] [blame] |
patch 7.4.1225 Problem: Still a few old style function declarations. Solution: Make them new style. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 9e92bd1..80c4eff 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1225, +/**/ 1224, /**/ 1223,