1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2018-03-24 14:06:15 +01:00
parent 75b0a888e4
commit 16d7eced1a
2 changed files with 2 additions and 5 deletions

View File

@@ -766,6 +766,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1635,
/**/
1634,
/**/