To: vim_dev@googlegroups.com Subject: Patch 9.0.1364 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.1364 Problem: Build error with older Mac OS. Solution: Adjust #ifdef. (Yee Cheng Chin, closes #12074) Files: src/os_mac.h *** ../vim-9.0.1363/src/os_mac.h 2022-06-09 14:45:43.000000000 +0100 --- src/os_mac.h 2023-02-28 15:50:48.006829613 +0000 *************** *** 272,278 **** # include ! # ifndef MAC_OS_X_VERSION_10_12 typedef int clockid_t; # endif # ifndef CLOCK_REALTIME --- 272,279 ---- # include ! # if !defined(MAC_OS_X_VERSION_10_12) \ ! || (MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_12) typedef int clockid_t; # endif # ifndef CLOCK_REALTIME *** ../vim-9.0.1363/src/version.c 2023-02-27 22:06:48.276971827 +0000 --- src/version.c 2023-02-28 15:51:07.958849159 +0000 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 1364, /**/ -- Some of the well known MS-Windows errors: EMEMORY Memory error caused by..., eh... ELICENSE Your license has expired, give us more money! EMOUSE Mouse moved, reinstall Windows EILLEGAL Illegal error, you are not allowed to see this EVIRUS Undetectable virus found /// 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 ///