commit | d47d83745ff450232328ca7a4b8b00b31bad22fc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 22:13:24 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 22:13:24 2016 +0200 |
tree | d31c75ba0d362c58fcdfee797661b63b9c8f9fd0 | |
parent | 46643713dc6bb04b4e84986b1763ef309e960161 [diff] [blame] |
patch 7.4.2358 Problem: Compiler warnings with Solaris Studio when using GTK3. Solution: Define FUNC2GENERIC depending on the system. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index de3d5fc..0767d4a 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2358, +/**/ 2357, /**/ 2356,