commit | 4ccb265bd41a2048edbe4a42b1d9ca92adcc9bb9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 04 22:38:37 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 04 22:38:37 2012 +0200 |
tree | 4c53af56edcee35035bda87e89a80739153761e1 | |
parent | 7d11244c99bd92526429c491aea433a16f2dbd25 [diff] [blame] |
updated for version 7.3.682 Problem: Compiler complains about incompatible types. Solution: Remove type casts. (hint by Danek Duvall)
diff --git a/src/version.c b/src/version.c index c991525..143657e 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 682, +/**/ 681, /**/ 680,