To: vim_dev@googlegroups.com Subject: Patch 8.1.2347 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///