commit | 38db5276cd8f45fdf3dea8997e8994676e71b105 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 17 15:47:25 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 17 15:47:25 2019 +0100 |
tree | a536145233d88a3fa821d56e5b6691d9c1425a33 | |
parent | 3b5fef6a995f25a8a8f746896de44df49b69dfdf [diff] [blame] |
patch 8.1.1014: MS-Windows: /analyze only defined for non-debug version Problem: MS-Windows: /analyze only defined for non-debug version. Solution: Move adding of /analyze up. (Taro Muraoka, closes #4114)
diff --git a/src/version.c b/src/version.c index 8b3bc69..6302294 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1014, +/**/ 1013, /**/ 1012,