commit | 0c171716c0430458741fbf18a6fd4baea4c0390b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 04 22:57:20 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 04 22:57:20 2016 +0100 |
tree | 783cd469436f0720ddc90633138cfa4ff8d83ccb | |
parent | 179f1b9a7ddf3624daf6380c3dad740e0a1ba361 [diff] [blame] |
patch 7.4.1489 Problem: "inline" is not supported by old MSVC. Solution: use "__inline". (Ken Takata)
diff --git a/src/version.c b/src/version.c index 17fd888..64d17fc 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1489, +/**/ 1488, /**/ 1487,