commit | 6b1a99dfe33cf5a1d7f82febd81face85ac1b8a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 02 01:04:09 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 02 01:04:09 2022 +0000 |
tree | 9048fa56c05a9971845de251ed5478e6b4d50255 | |
parent | 9a846fbaa569b3690d70606f2a86e97f77a05496 [diff] [blame] |
patch 8.2.3978: build error when using dynamycally loaded Python 3 Problem: Build error when using dynamycally loaded Python 3. Solution: Adjust #ifdef.
diff --git a/src/version.c b/src/version.c index 0e341f9..ff84274 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3978, +/**/ 3977, /**/ 3976,