commit | 68ba0dd6332d38db5edabdd5f1bcb6fdc75d5f68 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 11 20:44:10 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 11 20:44:10 2012 +0100 |
tree | 7b54809bcafc7a157a15757a379ef03d29d05108 | |
parent | c047b9a49f5877766ae9c2dc86c59f4af1498ec1 [diff] [blame] |
updated for version 7.3.436 Problem: Compiler warnings for types on Windows. Solution: Add type casts. (Mike Williams)
diff --git a/src/version.c b/src/version.c index a181505..2c7ad8f 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 436, +/**/ 435, /**/ 434,