Patch 8.1.2347

11 views
Skip to first unread message

Bram Moolenaar

unread,
Nov 26, 2019, 8:48:37 AM11/26/19
to vim...@googlegroups.com

Patch 8.1.2347 (after 8.1.2344)
Problem: MacOS: build fails.
Solution: Don't define _XOPEN_SOURCE for Mac.
Files: src/vim.h


*** ../vim-8.1.2346/src/vim.h 2019-11-26 13:28:57.648905900 +0100
--- src/vim.h 2019-11-26 14:46:54.897677622 +0100
***************
*** 36,42 ****
Error: configure did not run properly. Check auto/config.log.
# endif

! # ifdef UNIX
// Needed for strptime(). Needs to be done early, since header files can
// include other header files and end up including time.h, where these symbols
// matter for Vim.
--- 36,42 ----
Error: configure did not run properly. Check auto/config.log.
# endif

! # if defined(UNIX) && !defined(MACOS_X)
// Needed for strptime(). Needs to be done early, since header files can
// include other header files and end up including time.h, where these symbols
// matter for Vim.
*** ../vim-8.1.2346/src/version.c 2019-11-26 14:28:11.785313279 +0100
--- src/version.c 2019-11-26 14:47:41.220714922 +0100
***************
*** 739,740 ****
--- 739,742 ----
{ /* Add new patch number below this line */
+ /**/
+ 2347,
/**/

--
"Microsoft is like Coke. It's a secret formula, all the money is from
distribution, and their goal is to get Coke everywhere. Open source is like
selling water. There are water companies like Perrier and Poland Spring, but
you're competing with something that's free." -- Carl Howe


/// Bram Moolenaar -- Br...@Moolenaar.net -- 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 ///
Reply all
Reply to author
Forward
0 new messages