commit | 9b57814db13c29ecb08260b36923c0e1c8a373a9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 19:39:49 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 19:39:49 2016 +0100 |
tree | 518df78530838cc70b222930955e2c0522ddd393 | |
parent | 52ea13da0fe86df1abf34de52841e367035170c0 [diff] [blame] |
patch 7.4.1211 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 1a194ba..4858b6a 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1211, +/**/ 1210, /**/ 1209,