commit | ab11a5914b04228249d429cbc2dd6c56ae6c8232 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 06 22:00:11 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 06 22:00:11 2015 +0100 |
tree | ce4347b7e60ed0595266018919bb28c6f7474dd6 | |
parent | d8b77f7dc04e5721989df9c505b8568194261a39 [diff] [blame] |
updated for version 7.4.657 Problem: Compiler warnings for pointer mismatch. Solution: Add a typecast. (John Marriott)
diff --git a/src/version.c b/src/version.c index 7a3579a..0e39cfb 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 657, +/**/ 656, /**/ 655,