commit | 52ea13da0fe86df1abf34de52841e367035170c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 18:51:09 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 18:51:09 2016 +0100 |
tree | 0f0b400936dac18cdfae5304c27eaa1eb5e4d5f3 | |
parent | 02fdaeaa697fb5af4ba7fee6e209b3c2c825bb4f [diff] [blame] |
patch 7.4.1210 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 2117796..1a194ba 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1210, +/**/ 1209, /**/ 1208,