commit | e7427f4b7e1af6a63600183be6b4c5724beb2f66 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 10 13:24:20 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 10 13:24:20 2015 +0100 |
tree | 49015b7e639b94b79255f140cb4de5bec5ba5de0 | |
parent | de59ba33aa3b94f2757dbf3451682d762c15ebcf [diff] [blame] |
patch 7.4.910 Problem: Compiler complains about type punned pointer. Solution: Use another way to increment the ref count.
diff --git a/src/version.c b/src/version.c index 73713fe..e8b664f 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 910, +/**/ 909, /**/ 908,