commit | 6c0e984f263fc1eef42c9b34a80eff1bceb8d05b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 22 20:42:31 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 22 20:42:31 2016 +0100 |
tree | ea8a571a4e479679585113bcde4d67821f5e34ba | |
parent | 6135d0d803084f6c2dd8672df1bef4c6e58f9e19 [diff] [blame] |
patch 7.4.1637 Problem: Can't build with older MinGW compiler. Solution: Change option from c++11 to gnu++11. (Ken Takata)
diff --git a/src/version.c b/src/version.c index d28ad94..c9f1926 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1637, +/**/ 1636, /**/ 1635,