To: vim_dev@googlegroups.com Subject: Patch 8.2.5067 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.5067 Problem: Timer_create is not available on every Mac system. (Hisashi T Fujinaka) Solution: Adjust #ifdef. Files: src/os_unix.c *** ../vim-8.2.5066/src/os_unix.c 2022-06-06 10:06:57.807633769 +0100 --- src/os_unix.c 2022-06-07 00:33:22.218400392 +0100 *************** *** 8247,8253 **** #endif // USE_XSMP #if defined(FEAT_RELTIME) || defined(PROTO) ! # if defined(HAVE_TIMER_CREATE) || defined(MACOS_X) /* * Implement timeout with timer_create() and timer_settime(). */ --- 8247,8253 ---- #endif // USE_XSMP #if defined(FEAT_RELTIME) || defined(PROTO) ! # if defined(HAVE_TIMER_CREATE) /* * Implement timeout with timer_create() and timer_settime(). */ *** ../vim-8.2.5066/src/version.c 2022-06-07 10:16:09.453398794 +0100 --- src/version.c 2022-06-08 10:47:28.493002962 +0100 *************** *** 736,737 **** --- 736,739 ---- { /* Add new patch number below this line */ + /**/ + 5067, /**/ -- Save the plankton - eat a whale. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///