comparison src/version.c @ 14911:73162bc0b21f v8.1.0467

patch 8.1.0467: cannot build with Mac OS X 10.5 commit https://github.com/vim/vim/commit/1d3dbcf743be9c72a0df5fc0711553fce287d3f8 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 8 20:07:39 2018 +0200 patch 8.1.0467: cannot build with Mac OS X 10.5 Problem: Cannot build with Mac OS X 10.5. Solution: Change #ifdef into #if. (Akshay Hegde, closes https://github.com/vim/vim/issues/3022)
author Bram Moolenaar <Bram@vim.org>
date Mon, 08 Oct 2018 20:15:06 +0200
parents c97b4b537572
children d4777be849d0
comparison
equal deleted inserted replaced
14910:69e45d17a823 14911:73162bc0b21f
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 467,
795 /**/ 797 /**/
796 466, 798 466,
797 /**/ 799 /**/
798 465, 800 465,
799 /**/ 801 /**/