commit | edb07a2d889481525396eb76cd5bff4be592784e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 12 18:13:38 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 12 18:13:38 2013 +0200 |
tree | dbd52cfa4b5c63bdaafda98b32426729b5110be4 | |
parent | 2d473ab932b5c46a77715ea507de3990b70d96c1 [diff] [blame] |
updated for version 7.3.1176 Problem: Compiler warnings on 64 bit system. Solution: Add type casts. (Mike Williams)
diff --git a/src/version.c b/src/version.c index fbd69b9..7ea945f 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1176, +/**/ 1175, /**/ 1174,