To: vim_dev@googlegroups.com Subject: Patch 8.2.5133 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.5133 Problem: MacOS: build fails. Solution: Remove "#if 0" from timer_delete(). Files: src/os_macosx.m *** ../vim-8.2.5132/src/os_macosx.m 2022-06-05 16:55:50.694774344 +0100 --- src/os_macosx.m 2022-06-19 17:21:06.569055158 +0100 *************** *** 370,376 **** * Disabled because it is not currently used, but an implemented provided * for completeness and possible future use. */ - #if 0 int timer_delete(timer_t timerid) { --- 370,375 ---- *************** *** 380,386 **** return 0; } - #endif #endif /* FEAT_RELTIME */ --- 379,384 ---- *** ../vim-8.2.5132/src/version.c 2022-06-19 17:16:13.985124772 +0100 --- src/version.c 2022-06-19 17:22:09.081038321 +0100 *************** *** 736,737 **** --- 736,739 ---- { /* Add new patch number below this line */ + /**/ + 5133, /**/ -- ARTHUR: Now stand aside worthy adversary. BLACK KNIGHT: (Glancing at his shoulder) 'Tis but a scratch. ARTHUR: A scratch? Your arm's off. "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 ///