comparison src/version.c @ 32066:1b2d6aa29267 v9.0.1364

patch 9.0.1364: build error with older Mac OS Commit: https://github.com/vim/vim/commit/da77693b17ff1f17f03ac78f0298294cf7d1087f Author: Yee Cheng Chin <ychin.git@gmail.com> Date: Tue Feb 28 15:51:23 2023 +0000 patch 9.0.1364: build error with older Mac OS Problem: Build error with older Mac OS. Solution: Adjust #ifdef. (Yee Cheng Chin, closes https://github.com/vim/vim/issues/12074)
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Feb 2023 17:00:04 +0100
parents 6f8840c8acb3
children a87a50f84f96
comparison
equal deleted inserted replaced
32065:c9b92f64ce24 32066:1b2d6aa29267
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1364,
698 /**/ 700 /**/
699 1363, 701 1363,
700 /**/ 702 /**/
701 1362, 703 1362,
702 /**/ 704 /**/