Patch 8.0.1635
Problem: Undefining _POSIX_THREADS causes problems with Python 3. (Micah
Bucy, closes #2748)
Solution: Remove the lines.
Files: src/if_python3.c
*** ../vim-8.0.1634/src/if_python3.c 2018-01-31 21:48:25.224668815 +0100
--- src/if_python3.c 2018-03-18 14:55:45.279603601 +0100
***************
*** 34,44 ****
#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
--- 34,39 ----
*** ../vim-8.0.1634/src/version.c 2018-03-24 14:01:52.319933545 +0100
--- src/version.c 2018-03-24 14:05:21.890756000 +0100
***************
*** 768,769 ****
--- 768,771 ----
{ /* Add new patch number below this line */
+ /**/
+ 1635,
/**/
--
The real
trick is
this: to
keep the
lines as
short as
possible
and keep
the size
the same
yet free
from the
need for
hyphena-
Dammit!! (Matthew Winn)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.