0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

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

@@ -34,11 +34,6 @@
#include <limits.h>
/* Python.h defines _POSIX_THREADS itself (if needed) */
#ifdef _POSIX_THREADS
# undef _POSIX_THREADS
#endif
#if defined(_WIN32) && defined(HAVE_FCNTL_H)
# undef HAVE_FCNTL_H
#endif