commit | 16d7eced1a08565a9837db8067c7b9db5ed68854 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 24 14:06:15 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 24 14:06:15 2018 +0100 |
tree | a8f26d8d1bfe4d0d62442682ca394d6ca5e8614c | |
parent | 75b0a888e41bcda4163072f41bb7b5471fef7651 [diff] [blame] |
patch 8.0.1635: undefining _POSIX_THREADS causes problems with Python 3 Problem: Undefining _POSIX_THREADS causes problems with Python 3. (Micah Bucy, closes #2748) Solution: Remove the lines.
diff --git a/src/version.c b/src/version.c index ca668c1..b2959e3 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1635, +/**/ 1634, /**/ 1633,