commit | 922a4664fe51662a24097b8e74e5f716beef12f4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 30 16:11:43 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 30 16:11:43 2014 +0200 |
tree | 50014c90eafda31e97acc98fe6e750570f70c391 | |
parent | 498af70e066c66b66f1737b553287c1339846842 [diff] [blame] |
updated for version 7.4.228 Problem: Compiler warnings when building with Python 3.2. Solution: Make type cast depend on Python version. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 1fa43a1..1c78a5e 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 228, +/**/ 227, /**/ 226,