commit | 988232fabba5d5dc154fcb962243a36740f02b12 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 26 21:43:32 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 26 21:43:32 2013 +0100 |
tree | deba198f9a1bf56dcf49a17d8931e91911d7acd5 | |
parent | e17c2603355669a84813f454875d865f38172ff8 [diff] [blame] |
updated for version 7.3.842 Problem: Compiler warning for signed/unsigned pointer. Solution: Add type cast. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 6098591..f49cd4a 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 842, +/**/ 841, /**/ 840,