commit | 3b48b11c07b85520f4ca3566e92c3f6486509b72 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 04 22:03:25 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 04 22:03:25 2018 +0200 |
tree | 51c37e4be094f9b0666c9fa161b34d4d694d9580 | |
parent | f0447e89a52885630947510f2d1b55f665a1a20e [diff] [blame] |
patch 8.1.0147: compiler warning when building with Python 3.7 Problem: Compiler warning when building with Python 3.7. Solution: #undef PySlice_GetIndicesEx before redefining it. (Ozaki Kiichi, closes #3153)
diff --git a/src/version.c b/src/version.c index cfc3b23..08a2e04 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 147, +/**/ 146, /**/ 145,