commit | e721122b792698096b1c7fd5641e61fa37231408 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 30 13:21:08 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 30 13:21:08 2012 +0200 |
tree | 4ad8c02ce39acb473dea2e25f54368efb682ed89 | |
parent | 49346f4155b01a3d73f575f49359dd108eda939f [diff] [blame] |
updated for version 7.3.583 Problem: PyObject_NextNotImplemented is not defined before Python 2.7. (Danek Duvall) Solution: Add #ifdefs.
diff --git a/src/version.c b/src/version.c index 30583f7..f9d2eda 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 583, +/**/ 582, /**/ 581,