commit | ee1b93169d21896e5401a54a5189c9465abb7bc9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 16 22:15:53 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 16 22:15:53 2020 +0200 |
tree | 4538e96a896599451f5c8d66aedaea231f23901d | |
parent | a90afb9a590c92d537faeb16f9ccd282fc78aeff [diff] [blame] |
patch 8.2.1225: linker errors when building with dynamic Python 3.9 Problem: Linker errors when building with dynamic Python 3.9. Solution: Add #defined items. (closes #6461)
diff --git a/src/version.c b/src/version.c index 2a915fb..100448d 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1225, +/**/ 1224, /**/ 1223,