commit | e048539195e1c0a060cf41b39fca118130bdc151 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 12 21:17:03 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 12 21:17:03 2016 +0200 |
tree | 877d04bdaeec8864daa2e54c2e74e94ec5d6fc30 | |
parent | 38ee6b041e73ad31c3b6b99d56d20833b59b2b57 [diff] [blame] |
patch 7.4.2030 Problem: ARCH must be set properly when using MinGW. Solution: Detect the default value of ARCH from the current compiler. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 301b406..1765e93 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2030, +/**/ 2029, /**/ 2028,