comparison src/version.c @ 29796:3f88a6d02354 v9.0.0237

patch 9.0.0237: Mac: cannot build if dispatch.h is not available Commit: https://github.com/vim/vim/commit/e24a14118c29d910d3be59203332768b5fbd93e8 Author: Evan Miller <emmiller@gmail.com> Date: Sun Aug 21 17:24:00 2022 +0100 patch 9.0.0237: Mac: cannot build if dispatch.h is not available Problem: Mac: cannot build if dispatch.h is not available. Solution: Add #ifdef. (Evan Miller, closes https://github.com/vim/vim/issues/10954)
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Aug 2022 18:30:02 +0200
parents 5b46eb13e3bb
children e038b8dd7cd9
comparison
equal deleted inserted replaced
29795:b420af3bd70f 29796:3f88a6d02354
729 NULL 729 NULL
730 }; 730 };
731 731
732 static int included_patches[] = 732 static int included_patches[] =
733 { /* Add new patch number below this line */ 733 { /* Add new patch number below this line */
734 /**/
735 237,
734 /**/ 736 /**/
735 236, 737 236,
736 /**/ 738 /**/
737 235, 739 235,
738 /**/ 740 /**/