comparison src/version.c @ 9802:4cb5ab124239 v7.4.2176

commit https://github.com/vim/vim/commit/a8e691d44937fd9d72dcbad2b8c673682277f13d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 7 15:19:26 2016 +0200 patch 7.4.2176 Problem: #ifdefs in main() are complicated. Solution: Always define vim_main2(). Move params to the file level. (suggested by Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Sun, 07 Aug 2016 15:30:06 +0200
parents c470694733db
children 4ef933b816e7
comparison
equal deleted inserted replaced
9801:6f38abc76da5 9802:4cb5ab124239
761 NULL 761 NULL
762 }; 762 };
763 763
764 static int included_patches[] = 764 static int included_patches[] =
765 { /* Add new patch number below this line */ 765 { /* Add new patch number below this line */
766 /**/
767 2176,
766 /**/ 768 /**/
767 2175, 769 2175,
768 /**/ 770 /**/
769 2174, 771 2174,
770 /**/ 772 /**/