To: vim_dev@googlegroups.com Subject: Patch 9.0.0237 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0237 Problem: Mac: cannot build if dispatch.h is not available. Solution: Add #ifdef. (Evan Miller, closes #10954) Files: src/os_macosx.m *** ../vim-9.0.0236/src/os_macosx.m 2022-06-19 17:21:06.000000000 +0100 --- src/os_macosx.m 2022-08-21 17:20:54.739669564 +0100 *************** *** 28,34 **** --- 28,36 ---- #include #include + #ifdef FEAT_RELTIME #include + #endif #include "vim.h" #import *** ../vim-9.0.0236/src/version.c 2022-08-21 14:33:53.938662514 +0100 --- src/version.c 2022-08-21 17:21:51.499507188 +0100 *************** *** 733,734 **** --- 733,736 ---- { /* Add new patch number below this line */ + /**/ + 237, /**/ -- ARTHUR: Did you say shrubberies? ROGER: Yes. Shrubberies are my trade. I am a shrubber. My name is Roger the Shrubber. I arrange, design, and sell shrubberies. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// 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 ///