commit | 314ed4b21ab330e9580f4963feba8c283cb84da1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 14 18:59:39 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 14 18:59:39 2011 +0200 |
tree | eab716a808269e2bdfbf46094003231271536c86 | |
parent | 5302d9ebc1be723a25ff3dc62388305f6862749d [diff] [blame] |
updated for version 7.3.313 Problem: One more warning when compiling with dynamic Python 3. Solution: Change PySliceObject to PyObject.
diff --git a/src/version.c b/src/version.c index beb7347..54f8422 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 313, +/**/ 312, /**/ 311,