commit | 418f81b5fa400ed59793384f2f3d9df45390f080 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 16 20:12:02 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 16 20:12:02 2016 +0100 |
tree | e2e69c026c062d0d483c47cddae106d4818a9ed8 | |
parent | 0c2c96e47c8b44f7d69da2add906224a89318ff7 [diff] [blame] |
patch 7.4.1339 Problem: Warnings when building the GUI with MingW. (Cesar Romani) Solution: Add type cats. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index a865566..3ab640d 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1339, +/**/ 1338, /**/ 1337,