commit | ca12d7c00486b37e70872bec7b141d7f3a0b73a5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 20 21:26:33 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 20 21:26:33 2013 +0200 |
tree | 2c89676f5f767aa45d98e042dc31ef6a6d1b6b0a | |
parent | 053bb60f4491ae7ce9fa700655b2345cb2bf11cc [diff] [blame] |
updated for version 7.3.977 Problem: Compiler warnings on 64 bit Windows. Solution: Add type casts. (Mike Williams) Also fix some white space and uncomment what was commented-out for testing.
diff --git a/src/version.c b/src/version.c index 933cf91..679c37b 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 977, +/**/ 976, /**/ 975,